| Building
Please note that there is a demonstration LiveCD image with precompiled and deployed MyNC system available for download from the project page at sourceforge.net. To build MyNC you will need the following prerequisites installed in your system:
./autogen.sh ./configure makeThen as root type: make install ldconfigOn some systems you will have to set PKG_CONFIG_PATH environment variable to "/usr/local/lib/pkgconfig" before building any module and LD_LIBRARY_PATH to "/usr/local/lib" before executing any built program. For example, in bash shell:
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:/usr/local/lib/pkgconfig"
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/local/lib"
MyNC dependency graph: SVG PostScript | |||||||||||
| Last updated: 24th of March, 2007 |