Changes between Version 3 and Version 4 of BuildNom


Ignore:
Timestamp:
Oct 21, 2007, 10:32:34 AM (17 years ago)
Author:
cinc
Comment:

How to get the source

Legend:

Unmodified
Added
Removed
Modified
  • BuildNom

    v3 v4  
    1616
    1717Note that the links are for the OS/2 versions of the various packages. For other platforms you have to look somewhere else.
     18
     19== Getting the source ==
     20
     21The source is available in the netlabs.org SVN repository. All development is done in the trunk atm.
     22
     23You have to install the subversion client for OS/2. Get it from [http://silk.apana.org.au/subversion/]. Just put the binaries in your path and set your HOME directory in config.sys (you need a home dir anyway for most *nix programs).
     24
     25 ''SET HOME=x:\my_home_dir''
     26
     27Create a working directory on your system, cd into it and check out the source. I strongly recommend to put the sources on the same drive your *nix tree is located.
     28
     29 ''svn co http://svn.netlabs.org/repos/NOM''
     30
     31This will get all the stuff including everything what's deprecated.
     32
     33
     34== Compiling it ==