Skip to content

Instantly share code, notes, and snippets.

@marianposaceanu
Created August 18, 2014 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marianposaceanu/ce283b92a4c8795d0882 to your computer and use it in GitHub Desktop.
Save marianposaceanu/ce283b92a4c8795d0882 to your computer and use it in GitHub Desktop.
How to install UnixBench on Mavericks

How to install UnixBench on Mavericks:

$ wget https://byte-unixbench.googlecode.com/files/UnixBench5.1.3.tgz
$ tar xzvf UnixBench5.1.3.tgz
$ git clone https://gist.github.com/11033924.git
$ cd UnixBench
$ patch -p1 < ../11033924/UnixBench5.1.3.mavericks.patch
$ make
$ ./Run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment