This is an automated email from the ASF dual-hosted git repository. billblough pushed a commit to tag 0.96 in repository https://gitbox.apache.org/repos/asf/axis-axis2-c-core.git
commit 4e7a32d18fafc245416a6704268dcb3d2b9d6803 Author: Sanjaya Ratnaweera <p...@apache.org> AuthorDate: Wed Dec 20 11:04:14 2006 +0000 Added the INSTALL file --- tools/codegen/samples/INSTALL | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tools/codegen/samples/INSTALL b/tools/codegen/samples/INSTALL new file mode 100644 index 0000000..c0efd49 --- /dev/null +++ b/tools/codegen/samples/INSTALL @@ -0,0 +1,14 @@ +Getting Axis2/C Codegen samples source working on Linux +============================================= +Build the source +This can be done using the following command sequence: + ./configure + make + make install + use './configure --help' for options + +NOTE: If you don't provide a --prefix configure option, it will by default +install into /usr/local/codegen/samples directory. + + +