| 18 | |
| 19 | == Getting the source == |
| 20 | |
| 21 | The source is available in the netlabs.org SVN repository. All development is done in the trunk atm. |
| 22 | |
| 23 | You 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 | |
| 27 | Create 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 | |
| 31 | This will get all the stuff including everything what's deprecated. |
| 32 | |
| 33 | |
| 34 | == Compiling it == |