Project

General

Profile

Actions

BuildGit » History » Revision 3

« Previous | Revision 3/6 (diff) | Next »
stbuehler, 2012-08-11 10:42


SVN

Checkout

  • Anonymous:
    svn co svn://svn.lighttpd.net/spawn-fcgi/trunk spawn-fcgi
  • Developer:
    svn co svn+ssh://svn@svn.lighttpd.net/spawn-fcgi/trunk spawn-fcgi

Generate configure

cd spawn-fcgi
./autogen.sh

Configure (using a separate build dir)

mkdir build
cd build
../configure

Build

make

cmake

If you don't like automake, you may try cmake as described in Build - autogen.sh isn't needed for that.

Updated by stbuehler over 11 years ago · 3 revisions