Changes between Version 7 and Version 8 of RpmHowToDevelopers


Ignore:
Timestamp:
May 28, 2014, 11:51:02 AM (10 years ago)
Author:
Silvan Scherrer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RpmHowToDevelopers

    v7 v8  
    1818}}}
    1919
    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.
     20The following environment settings are useful for the watcom linker wl.exe and ressource compiler wrc.exe.
    2321
    2422{{{
     
    3028}}}
    3129
    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 like
    33 
    34 {{{
    35 SET WATCOM=P:\watcom
    36 }}}
    37 
    3830The OpenWatcom installer makes all required settings for you in the config.sys if you gave permission.
    3931
     
    4133Ports usually only need make. But it doesn't hurt to install kbuild also, as it's used more and more.
    4234{{{
    43 yum install kbuild-make
     35yum install kbuild-make (which installs make)
    4436yum install kbuild
    4537}}}
     
    4739== some useful addons ==
    4840{{{
     41yum install netlabs-exp (installs the experimental repro, as some rpm show up first there)
    4942yum install python-devel (python 2.7.6)
    5043yum install perl (perl 5.16.1)