Changes between Version 5 and Version 6 of Installation/Fedora
- Timestamp:
- 05/11/2011 02:52:13 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation/Fedora
v5 v6 4 4 #!NewsFlash 5 5 = Instructions apply to = 6 - Fedora 14 6 7 - Fedora 13 7 8 - ~~Fedora 12~~ … … 22 23 - libXft-devel 23 24 - libXmu-devel 24 - libjpeg(-turbo)-devel 25 - libjpeg-devel (Fedora 13) 26 - libjpeg-turbo-devel (Fedora 14) 25 27 - libpng-devel 28 - xorg-x11-fonts-ISO8859-1-75dpi 26 29 27 Fedora offers no packages for !OpenMotif development ([http://fedoraproject.org/wiki/RexDieter/openmotif official announcement]). Suitable RPMs for Fedora 11 and 12 can be found at the [http://ccrma.stanford.edu/planetccrma/mirror/fedora/linux/planetccrma/ Stanford university]. For Fedora 13 and 14 please visit [http://pkgs.org/ pkgs.org] (contaminated with commercial ads!). Depending on your architecture and Fedora version please download three packages: 30 Using {{{yum}}} you can install all necessary packages by running: 31 {{{ 32 yum install gcc tcsh nedit imake xterm libXp-devel libXpm-devel libXft-devel libXmu-devel libpng-devel libjpeg-devel xorg-x11-fonts-ISO8859-1-75dpi 33 }}} 34 35 Fedora offers no packages for !OpenMotif development ([http://fedoraproject.org/wiki/RexDieter/openmotif official announcement]). Suitable RPMs for Fedora 11 and 12 can be found at the [http://ccrma.stanford.edu/planetccrma/mirror/fedora/linux/planetccrma/ Stanford university]. For Fedora 13 and 14 please use packages provided by [http://www.scientificlinux.org/ Scientific Linux 6] (alternatively use RHEL 6 sources). Depending on your architecture and Fedora version please download three packages ([http://www.scientificlinux.org/download/mirrors list of mirrors], go to {{{scientific/6x/i386/os/Packages/}}} or {{{scientific/6x/x86_64/os/Packages/}}}): 28 36 29 37 - openmotif 30 38 - openmotif-devel 31 - openmotif -clients39 - openmotif22 32 40 33 Install all RPMs using `rpm -i filename.rpm`. These packages might extract essential header files in the directory {/usr/include/openmotif/}. Only in this case you have to create the following links (as root): 34 41 Install all RPMs using 35 42 {{{ 36 cd /usr/include/ 37 ln -s openmotif/Xm 38 ln -s openmotif/Mrm 43 yum --nogpgcheck localinstall openmotif*.rpm 39 44 }}} 40 45 … … 43 48 == Known issues == 44 49 45 - If you get a linking error while compiling SH/SHM like ''ld cannot find -lMrm'', you have to patch two files in the source tree: 46 {{{ 47 ./motif/Makefile 48 ./img/Makefile 49 }}} 50 You need to alter the files in your installation target directory by changing "-lMrm" to "-L/usr/include/Mrm" and "-LXm" to "-L/usr/include/Xm" (note the capital '''L'''). 50 No distribution specific problems know.