Wednesday, October 13, 2004

How-to for building firebird 2.0, 1.5.x and vulcan

cat firebird20/compile_fb20.sh
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/firebird login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/firebird co firebird2

cd firebird2
./autogen.sh --enable-debug --prefix=/opt/firebird20 --enable-superserver
make



to get the 1.5.1 version you need to change the checkout line

Here are the scripts updated for 1.5.x and vulcan
I hope is the right branch :)


cat compile_firebird_15x.sh
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/firebird login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/firebird co -rB1_5_Release firebird2

cd firebird2
./autogen.sh --enable-debug --prefix=/opt/firebird --enable-superserver
make
make install


and here is for vulcan

cat compile_vulcan.sh
cvs -d:pserver:fbReaders@cvs.netfrastructure.com:/usr/local/cvs login
# password is fulda conference
cvs -d:pserver:fbReaders@cvs.netfrastructure.com:/usr/local/cvs checkout vulcan

cd vulcan
chmod +x autogen.sh
./autogen.sh
cd src
./set_platform linux32
./boot_build
./build

No comments: