summaryrefslogtreecommitdiffstats
path: root/guththila/build.sh
blob: 48dfd02c8e8a1687f9032769d886f2b129bfcf02 (plain)
1
2
3
4
./autogen.sh
./configure --prefix=${AXIS2C_HOME} --with-axis2_util=${AXIS2C_HOME}/include
make
make install