Yong Yang wrote:
> Hi, I just downloaded the Axis2c source code using svn. But I can't install it on the
linux machine as there are a lot of file missing, such as configure, Makefile.in. Could anyonle
tell me how to install axis2 using these source files downloaded? many thanks inadvance.
>
>
Hi Yong,
configure, and Makefile.in files are generated files. When you
download the source code from svn run autogen.sh script.
./autogen.sh
it will generate configure script.
then you can
./configure
make
make install
Thanks
~sanjaya
> best regards
> yong
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org
|