Changes between Version 5 and Version 6 of WikiStart


Ignore:
Timestamp:
May 7, 2009, 8:57:55 AM (15 years ago)
Author:
Yuri Dario
Comment:

Build instructions for GCC.

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v5 v6  
    3030 
    3131== Compiling ==
    32 To compile the code you need OpenWatcom 1.3 compiler and OS/2 Developers Toolkit 4.52.
    33 Do a nmake from plugin directory and everything should be built. Plugin files will be placed to bin subdirectory.
    34 nmake clean will delete all generated files (*.obj, etc)
     32To compile the code you need GCC 4.3.2 compiler, resouces require OW resource compiler and OS/2 Developers Toolkit 4.52 headers.
     33From the ''source'' subdirectory, run
     34{{{
     35    BuildAll.cmd
     36}}}
     37and everything should be built. Plugin installation packages will be placed to ''../dist'' subdirectory, while temporary build files will be in ''../out''.
     38To remove all all generated files, run
     39{{{
     40    kmk BUILD_TYPE=debug clean
     41    kmk BUILD_TYPE=release clean
     42}}}
     43[http://svn.netlabs.org/kbuild kBuild] 0.1.5-p1 is currently required to build everything.
     44
    3545
    3646== Using the plugin ==