Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Using full list I generated when I tried the build with Ubuntu 10.10. Also gcc 4.3 did not compile for me, had to use 4.4.

...

  • GNU Make (Anything reasonably recent)
  • GNU g++ (>= 4.34)
  • git (>= 1.6.0)
  • CppUnit (>=1.12)
  • Perl (Anything reasonably recent)
    • For mergedeps.pl, which automatically inserts included headers in source files into the make dependencies.
  • Python 2.6, epydoc 
  • Boost
  • pcre
  • Doxygen 1.7.1
  • protocol buffers

To get a working toolchain Debian (and probably Ubuntu):
aptitude install build-essential git-core libcppunit-dev libcppunit-doc doxygen libboost1.42-all-dev libprcre3-dev protobuf-compiler libprotobuf-dev libcrypto++-dev

Source Code

For Contributors

...