Project

General

Profile

Actions

BuildFromGit » History » Revision 1

Revision 1/4 | Next »
stbuehler, 2010-03-25 22:54


Build from git

Build Dependencies

Checkout

git clone git://git.lighttpd.net/fcgi-cgi.git
You can download Snapshots too:

Building

CMake

cmake .
make

Autotools

./autogen.sh
./configure
make

Updated by stbuehler about 14 years ago · 1 revisions