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 74e28de6373bfb73147b7e7d808e35bffeeb81df Author: Weerapurage Dinesh Premalal <[email protected]> AuthorDate: Wed Dec 20 08:22:51 2006 +0000 add install file to guththila --- guththila/INSTALL | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/guththila/INSTALL b/guththila/INSTALL new file mode 100644 index 0000000..1cdc320 --- /dev/null +++ b/guththila/INSTALL @@ -0,0 +1,12 @@ +Getting Guththila 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/guththila directory. +
