mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=1560
This commit is contained in:
parent
4d81e951c2
commit
7630688578
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
-------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue