18 | | * Update your Macports installation by typing ''sudo port selfupdate'' in the terminal. |
19 | | * Install GLib2 by typing ''sudo port install glib2''. |
| 20 | * Update your Macports installation by typing '''sudo port selfupdate''' in the terminal. |
| 21 | * Install GLib2 by typing '''sudo port install glib2'''. |
| 22 | |
| 23 | |
| 24 | === kBuild === |
| 25 | |
| 26 | The build system is built on [http://svn.netlabs.org/kbuild/wiki kBuild]. To get it running just checkout the trunk: |
| 27 | |
| 28 | {{{ |
| 29 | svn co http://svn.netlabs.org/repos/kbuild/trunk . |
| 30 | }}} |
| 31 | |
| 32 | Maybe this is kind of overkill but it works and you have everything to build the most recent version on your own (note that it's generally not advised to use the trunk version for production stuff). |
| 33 | |
| 34 | Note that there is no need to build kBuild because the trunk is coming with binaries for your platform. |
| 35 | |
| 36 | After you have kBuild just run |
| 37 | |
| 38 | {{{ |
| 39 | kBuild/env.sh |
| 40 | }}} |
| 41 | |
| 42 | to setup the environment and you're set to compile NOM. |