Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Build from source using commands: configure (with appropriate arguments), make and make install.
  2. Run the build from the root of SVN extract to enable support for additional make targets such as make dist, make doc, etc.
  3. Find and use system install of dependencies - APR, ICU, XERCES, ACTIVEMQ and check / verify minimum version requirements.
  4. Require The default is to require ActiveMQ CPP to be available and require the to build of the ActiveMQ CPP based service wrapper (was optional). Add support for --without-activemq to skip building the service wrapper.
  5. Enable make dist target to create the source tarball.
  6. Enable make check to run the fvt tests.
  7. Add support for --with-library-suffix to enable user to build their version of the libraries under a different name.
  8. Add support for make sdk to create the binary package.  This requires the APR, ICU, XERCES, ACTIVEMQ-CPP be installed by the user and their location specified as arguments to configure.
  9. Add support for make rpm. 

Version Numbering

This discussion applies to the preparation of UIMA C++ binary package on Linux. Currently we do not use version numbers on Windows binaries.

...