/protocols/smpp/INSTALL
#! | 18 lines | 12 code | 6 blank | 0 comment | 0 complexity | 3cbb82dccda4dfec974896a19d589cdc MD5 | raw file
1 2How to build 3------------ 4 5To build you'll need a version of Apache Maven 2.0.9 or better installed, 6or use Eclipse. J2SE 1.5 or better is required. 7 8You can get Maven from http://maven.apache.org/ 9Eclipse can be obtained from http://www.eclipse.org/ 10 11Build the API by issuing the command 12mvn install 13 14This will build the Jar files, javadoc documentation and build and run the 15test suite. All files will be built to the "target" sub-directory. 16 17The smppapi is developed using the Eclipse IDE and the source tree contains 18all of the relevant project control files.