Project

General

Profile

Actions

Build from git

Checkout

  • Anonymous:
    git checkout https://git.lighttpd.net/lighttpd/spawn-fcgi.git
  • Developer:
    git checkout git@lighttpd.net:lighttpd/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 almost 4 years ago ยท 6 revisions