Changes between Version 6 and Version 7 of RpmHowToDevelopers


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

--

Legend:

Unmodified
Added
Removed
Modified
  • RpmHowToDevelopers

    v6 v7  
    1111}}}
    1212
    13 You should also install watcom linker and resource compiler. Note - Paul's build environment uses /moztools/ilink.exe per default.
     13You should also install watcom linker and resource compiler.
    1414
    1515{{{
     
    3939
    4040== Make utility ==
    41 Although I've installed all development related rpm packets I missed the gnu make utility. You can download gmake3.81 from ??fill in a proper address?? or use the version from Paul's environment.
     41Ports usually only need make. But it doesn't hurt to install kbuild also, as it's used more and more.
     42{{{
     43yum install kbuild-make
     44yum install kbuild
     45}}}
     46
     47== some useful addons ==
     48{{{
     49yum install python-devel (python 2.7.6)
     50yum install perl (perl 5.16.1)
     51yum install os2-base-unixtools-path (adds x:\usr\bin before x:\OS2 in the PATH setting of config.sys)
     52}}}
    4253
    4354== Setup configure script ==