Versions Compared

Key

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

...

Firstly, check the source for Qpid java out of our subversion repository:

https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/Image Removed

Prerequisites

...

First you need to create the gentools and initial set of file files for automake and conf, to do this run. Anytime you need to regenerate from the AMQP specification files this need to be re-run.autoconf. Run:

No Format
./bootstrap -build

To build Qpid now run

No Format
./configure
./makemake 

and finally to make sure all the test pass both C++ and Pyhton run

No Format

make check

As a convenient shortcut you can do all of the above steps in one command with:

Code Block
 ./makebootstrap check-build