Removing large file for data load. Modified README to generate mysql and psql input...
[csql.git] / build.ksh
blob502158e17a4f39910315a4691b700832b3c1fd49
2 if [ "$JDK_HOME" == "" ]
3 then
4 echo "Please set JDK_HOME"
5 exit 1
6 fi
8 ./configure --prefix=`pwd`/install CXXFLAGS="-g -I$JDK_HOME/include -I$JDK_HOME/include/linux"
9 #./configure --prefix=`pwd`/install CXXFLAGS=-g
10 #Note: You may have to fool the configure by making gcc link to g++, as it works only with g++
11 #./configure --prefix=`pwd`/install --enable-static=no CXXFLAGS="-O2"
12 #pdflatex -tex to pdf
13 #kpdf - to open pdf
14 make
15 make install
16 ./csqlinstall.ksh