DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Check out the source
Firstly, check Check the source for Qpid java out of our subversion repository: https://svn.apache.org/repos/asf/qpid/trunk/qpid/
| No Format |
|---|
svn co https://svn.apache.org/repos/asf/qpid/trunk/qpid |
...
|
Autoconf and auto build
First you need to create the gentools and initial set of files for automake and autoconf. Runinitialize the autotools:
| No Format |
|---|
./bootstrap |
To build Qpid now , run
| No Format |
|---|
./configure make |
By default, configure will enable the options for which it finds the installed packages. However, to override this behavior, use parameters with configure to disable unwanted options.
Hint: To see all the configure options, run
| No Format |
|---|
./configure --help
|
Finally, and finally to make sure all the test pass both C++ and Pyhton run
...
As a convenient shortcut you can do all of the above steps in one command with:
| Code Blocknoformat |
|---|
./bootstrap -build |