| 22 | == Getting the source == |
| 23 | |
| 24 | The source is available in the netlabs.org SVN repository. All development is done in the trunk atm. |
| 25 | |
| 26 | You 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 | |
| 34 | Create 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 | |
| 38 | This will get all the stuff including everything what's deprecated. |