Changes between Version 19 and Version 20 of WikiStart
- Timestamp:
- Jan 23, 2016, 2:02:41 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v19 v20 44 44 Copy Config.km_ to Config.kmk and edit path to your toolkit directory. 45 45 46 (??? ToDo: Configure kmk to use wrc.exe instead rc.exe (edit p:\usr\share\kbuild\tools\GCC3OMF.kmk or copy wrc.exe to rc.exe or? how to do this correct?) ) 46 yum install gcc-wrc 47 48 yum install gcc-wlink 49 50 These two packages may insert some SET in your config.sys if not already there. Reboot may be required. 47 51 48 52 From the ''source'' subdirectory, run … … 50 54 BuildAll.cmd 51 55 }}} 52 and everything should be built. Plugin installation packages will be placed to ''../dist'' subdirectory, while temporary build files will be in ''../out''. 56 and everything should be built. 57 58 Note: currently debug build will need some extra work. 59 60 Plugin installation packages will be placed to ''../dist'' subdirectory, while temporary build files will be in ''../out''. 53 61 To remove all all generated files, run 54 62 {{{