Actions
BuildGit » History » Revision 2
« Previous |
Revision 2/6
(diff)
| Next »
stbuehler, 2009-02-18 22:48
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 almost 16 years ago · 2 revisions