/protocols/smpp/INSTALL

http://mobicents.googlecode.com/ · #! · 18 lines · 12 code · 6 blank · 0 comment · 0 complexity · 3cbb82dccda4dfec974896a19d589cdc MD5 · raw file

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