Versions Compared

Key

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

...

The following commands are used to perform the Cpp build. They currently include a workaround to allow the build to completed successfully on Ubuntu 12.04.

Code Block
cd trunk/qpid/cpp

./bootstrap; ./configure CXXFLAGS="-Wno-unused-result";make clean;make -j4

...