| Line | Revision | Contents |
| 1 | 1 | ***************************************************************** |
| 2 | **************** HOW TO BUILD THE FSP CLIENT ***************** | |
| 3 | ***************************************************************** | |
| 4 | ||
| 5 | 55 | FSP Client is build with SCons tool. You can get that tool from |
| 6 | http://www.scons.org | |
| 7 | ||
| 8 | Install FSPClient by running: scons install | |
| 9 | ||
| 10 | 114 | You can specify optional switches. These switches must be used in |
| 11 | both compile and install phases: | |
| 12 | prefix=/opt/fspclient - where to install | |
| 13 | mandir=/usr/share/man - where to install manpages (autodetected) | |
| 14 | maintainer-mode=1 - turn on debug support | |
| 15 | lockprefix=/tmp - FSP lock prefix | |
| 16 | locking=<type> - What kind of locking will FSP use. All clients | |
| 17 | running on same machine should use same type. | |
| 18 | CC=<compiler> - What compiler to use | |
| 19 | CCFLAGS=<flags> - Extra flags passed to compiler | |
| 20 | 55 | |
| 21 | There are *no* Makefile's -- we are using SCons for building. |
Loggerhead is a web-based interface for Bazaar branches