damitha 2003/08/18 23:09:13
Modified: c/docs build.txt Log: Revision Changes Path 1.2 +11 -0 xml-axis/c/docs/build.txt Index: build.txt =================================================================== RCS file: /home/cvs/xml-axis/c/docs/build.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- build.txt 5 Aug 2003 08:48:01 -0000 1.1 +++ build.txt 19 Aug 2003 06:09:13 -0000 1.2 @@ -1,3 +1,8 @@ +When you download the source you have only Makfile.am's and configure.ac and +autogen.sh script for building. +to build go to axisroot dirctory. +sh autogen.sh + If you want to avoid cluttering of the source with object files use the build directory to generate your object files. To do that do it as follows. Copy the axisconfigure file from c directory to c/build directory. @@ -8,3 +13,9 @@ Now from c/build directory run sh axisconfigure + +Note: Make sure you set the environment variables +APACHE_HOME and XERCES_HOME to appropriate values +for examele +APACHE_HOME="/usr/local/apache" +XERCES_HOME="/usr/local/xerces_c"
