Start
News
About libemu
compiling libemu
Gallery
Manpage
API
Hacking
Examples
dionaea
nepenthes
honeytrap
libemu
liblcfg
If you want to install libemu, there are two ways, either using bleeding edge from subversion, or stable releases from tarballs.
Subversion may not work, on the other hand problem bugs my already be fixed in subversion.
We recommend using svn.
For information about retrieving a svn snapshot or downloading a tarball refer to the download page.
Bulding from svn requires the whole autoconf & automake family beeing installed on your computer.
Once installed, run autoconf in the libemu svn dir.
autoreconf -v -i ./configure --prefix=/opt/libemu make install
Installing using stable releases.
tar xfz libemu-VERSION.tar.gz cd libemu-VERSION ./configure --prefix=/opt/libemu make install