Home

Installation

Code sample

Reference

Installation instructions

Getting the software:

nanohttpd is currently a pre-alpha software. This means that no stable version is available. Thus, to make sure you get the freshest version, you should use CVS:

cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/nanohttpd login  
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/nanohttpd co nanohttpd

Compilation & installation

Thanks to autoconf scripts, compilation & installation should be easy :

cd nanohttpd
./configure
make 
make install