Changes between Version 7 and Version 8 of RpmHowToDevelopers
- Timestamp:
- May 28, 2014, 1:51:02 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RpmHowToDevelopers
v7 v8 18 18 }}} 19 19 20 Your CONFIG.SYS will be updated to allow gcc parser to use the new tools. 21 22 The following environment settings are needed to use the rpm version of the watcom linker wl.exe and ressource compiler wrc.exe. 20 The following environment settings are useful for the watcom linker wl.exe and ressource compiler wrc.exe. 23 21 24 22 {{{ … … 30 28 }}} 31 29 32 In addition at least the WATCOM environment variable must point to your installed watcom tree. Otherwise the linker dose not find wlsystem.lnk. Something like33 34 {{{35 SET WATCOM=P:\watcom36 }}}37 38 30 The OpenWatcom installer makes all required settings for you in the config.sys if you gave permission. 39 31 … … 41 33 Ports usually only need make. But it doesn't hurt to install kbuild also, as it's used more and more. 42 34 {{{ 43 yum install kbuild-make 35 yum install kbuild-make (which installs make) 44 36 yum install kbuild 45 37 }}} … … 47 39 == some useful addons == 48 40 {{{ 41 yum install netlabs-exp (installs the experimental repro, as some rpm show up first there) 49 42 yum install python-devel (python 2.7.6) 50 43 yum install perl (perl 5.16.1)