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:
  • automake
  • autoconf
  • libtool
  • development packages for Gtk+ 2.x
  • development packages for glib 2.x
To build a module, cd into its directory and type:
		./autogen.sh
		./configure
		make
		
Then as root type:
		make install
		ldconfig
		
On 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
MyNC dependencies

Last updated: 24th of March, 2007