Actions
BuildGit » History » Revision 4
« Previous |
Revision 4/6
(diff)
| Next »
stbuehler, 2019-08-20 15:05
SVN¶
Checkout¶
- Anonymous:
git checkout https://git.lighttpd.net/spawn-fcgi.git
- Developer:
git checkout git@lighttpd.net: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 5 years ago · 4 revisions