summaryrefslogtreecommitdiffstats
path: root/samples/INSTALL
blob: 72f0cc3254fb5ccc12eb69a37fd7a0b8117a5500 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Getting Axis2/C 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/axis2c/samples directory.