7
Import PATH into build system. Usefull when cross-compiling.
7
Import PATH into build system. Usefull when cross-compiling.
8
Now works on 64-bit systems
8
Now works on 64-bit systems
9
Build system can detect location where man pages should be installed
9
Build system can detect location where man pages should be installed
10
Document SCons build options in INSTALL
11
21 Jul 2009 Version 0.92.1
12
21 Jul 2009 Version 0.92.1
12
SConstruct modularized
13
SConstruct modularized
8
Install FSPClient by running: scons install
8
Install FSPClient by running: scons install
10
You can specify optional installation prefix:
10
You can specify optional switches. These switches must be used in
11
scons prefix=/opt/fspclient install
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
13
There are *no* Makefile's -- we are using SCons for building.
21
There are *no* Makefile's -- we are using SCons for building.