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. |
| 41 | Ports usually only need make. But it doesn't hurt to install kbuild also, as it's used more and more. |
| 42 | {{{ |
| 43 | yum install kbuild-make |
| 44 | yum install kbuild |
| 45 | }}} |
| 46 | |
| 47 | == some useful addons == |
| 48 | {{{ |
| 49 | yum install python-devel (python 2.7.6) |
| 50 | yum install perl (perl 5.16.1) |
| 51 | yum install os2-base-unixtools-path (adds x:\usr\bin before x:\OS2 in the PATH setting of config.sys) |
| 52 | }}} |