You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2003/08/05 10:48:01 UTC

cvs commit: xml-axis/c/docs build.txt

damitha     2003/08/05 01:48:01

  Added:       c/docs   build.txt
  Log:
  simple guide for build
  
  Revision  Changes    Path
  1.1                  xml-axis/c/docs/build.txt
  
  Index: build.txt
  ===================================================================
  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.
  Next just change the following line of it
  ./configure --libdir=/home/damitha/projects/axiscpp/c/release
  into
  ../configure --libdir=/home/damitha/projects/axiscpp/c/release
  
  Now from c/build directory run
  sh axisconfigure