Versions Compared

Key

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

...

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.
(star) 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