diff options
| author | bjorn <bjorn@bringert.net> | 2008-10-22 12:36:13 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-10-22 12:36:13 +0000 |
| commit | ecf391ee8740acd7f7901f323c011cf9ceb08e78 (patch) | |
| tree | 786bd286852edd3bd538e42ad6db9947a4e5e665 /src | |
| parent | 4685919ac39d6257ffbd569a95a0c6a5b0b568e4 (diff) | |
gf-server: preliminary Ubuntu instructions
Diffstat (limited to 'src')
| -rw-r--r-- | src/server/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/README b/src/server/README index de3b19a20..58207bd62 100644 --- a/src/server/README +++ b/src/server/README @@ -6,6 +6,7 @@ - FastCGI development kit (MacPorts) $ sudo port install fcgi + (Ubuntu) $ sudo apt-get install libfcgi-dev - GF installed as a Cabal package $ (cd ../.. && cabal install) @@ -25,6 +26,7 @@ - Install lighttpd (MacPorts) $ sudo port install lighttpd + (Ubuntu) $ sudo apt-get install lighttpd - Run lighttpd: $ make run |
