Changes between Version 3 and Version 4 of RpmHowToDevelopers
- Timestamp:
- Sep 8, 2011, 12:49:05 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RpmHowToDevelopers
v3 v4 2 2 [[PageOutline]] 3 3 Information's for developers: will explain the basic development cycle, from getting the source code, get it running under OS/2, create a diff file suitable for packaging. 4 5 == Setup compiler == 6 Once your local environment is working ok, to install the current gcc compilers, please install the following packages: 7 8 {{{ 9 yum install libc-devel 10 yum install gcc 11 }}} 12 13 You should also install watcom linker and resource compiler 14 15 {{{ 16 yum install gcc-wlink 17 yum install gcc-wrc 18 }}} 19 20 Your CONFIG.SYS will be updated to allow gcc parser to use the new tools. 4 21 5 22 == Setup configure script ==