DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Firstly, check the source for Qpid java out of our subversion repository:
https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/![]()
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 |