Changes between Version 5 and Version 6 of WikiStart


Ignore:
Timestamp:
Apr 13, 2008, 4:22:49 PM (16 years ago)
Author:
cinc
Comment:

Added section about getting the source on the main page

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v5 v6  
    2020C is supported but other bindings are possible e.g. C++ or Pascal.
    2121
     22== Getting the source ==
     23
     24The source is available in the netlabs.org SVN repository. All development is done in the trunk atm.
     25
     26You have to install a subversion client.
     27
     28 * 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).
     29
     30 ''SET HOME=x:\my_home_dir''
     31
     32 * For Darwin you're set if you run OS X 10.5.x (Leopard). It comes with a svn client preinstalled.
     33
     34Create a working directory on your system, cd into it and check out the source. Note for OS/2: I strongly recommend to put the sources on the same drive your *nix tree is located.
     35
     36 ''svn co http://svn.netlabs.org/repos/voyager/nom/''
     37
     38This will get all the stuff including everything what's deprecated.
    2239
    2340== Building it ==