are.ehibou.com

March 17, 2006

Shell script i use to compile boinc server side daemon

Filed under: BOINC,Side Notes — admin @ 7:44 pm
# /home/aurimas/boinc is a path where boinc is located
# prepare_.cpp is my boinc server daemon
g++
-I/home/aurimas/boinc/lib
-I/home/aurimas/boinc/tools
-I/home/aurimas/boinc/sched
-I/home/aurimas/boinc/db
-I/usr/include/mysql
-I/home/aurimas/boinc/api
-include  /home/aurimas/boinc/config.h -c prepare_.cpp -o prepare_.o

g++
-I/usr/local/include -o prepare_  prepare_.o
-I/usr/local/mysql/include
-L/home/aurimas/boinc/lib
-lsched -lboinc -pthread
-lmysqld -lssl -lcrypt -lz
-L/usr/lib -L/lib -lrt /lib/libwrap.so.0

  • Share/Bookmark

2 Comments »

  1. Are you going to enable the message boards for vtu@home, and post some info about what the project relates to?

    Comment by Trog Dog — June 6, 2006 @ 5:57 pm

  2. I am trying to do this. This is important i think. But the project is not important for tooday at all. As it is just a test project. I am preparing some seriuos projects. After they are ready i will let you know and i will ask your to donate your computing power. Thanks for your comments.

    Comment by aurimas.norkevicius — June 7, 2006 @ 1:34 pm

RSS feed for comments on this post. TrackBack URL

Leave a comment

Powered by WordPress