*** empty log message ***

svn path=/trunk/boinc/; revision=1560
This commit is contained in:
Karl Chen 2003-06-20 21:10:50 +00:00
parent 4d81e951c2
commit 7630688578
2 changed files with 22 additions and 6 deletions

View File

@ -4912,3 +4912,21 @@ David June 20 2003
db.inc
html_ops/
db.inc
Karl 2003/06/20
- make client build by default use static libraries
client/
Makefile.am
doc/
build.txt
Karl 2003/06/20
- improve readability of shmem error message
sched/
main.C
lib/
shmem.C
test/
boinc.py

View File

@ -281,15 +281,13 @@ Building the Installer
-------------------------------------------------------------------------
Build UNIX
Default (shared libraries) client:
Building everything (scheduling server, test files, client):
1 ./configure && make
Static client:
1 ./configure CFLAGS=-static CXXFLAGS=-static && cd client && make
./configure && make
Building client only:
./configure && cd client && make
-------------------------------------------------------------------------