README 383 B

123456789101112
  1. note: this benchmark module has only been tested on ubuntu 12.04, and it requires the following PPA to be installed:
  2. ppa:ubuntu-toolchain-r/test
  3. (run: add-apt-repository ppa:ubuntu-toolchain-r/test)
  4. and the following packages to be installed:
  5. gcc-4.8 g++-4.8
  6. (this will not replace the system default gcc; it adds a "gcc-4.8" and "g++-4.8" command)
  7. gcc/g++ 4.7 should work too.