~peter-gjoel/verifydtapn/PTrieWorkflow

« back to all changes in this revision

Viewing changes to README

  • Committer: Jiri Srba
  • Date: 2015-05-27 12:24:10 UTC
  • Revision ID: srba.jiri@gmail.com-20150527122410-z2fm4ahkwvd2q6hx
updated makefiles for OSX for compatibility from MAC OSX 10.9 and up;
README updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
b. Install boost libraries (we used 1.40 but any version that is backward 
10
10
   compatible with 1.40 should work)
11
11
        - On ubuntu you can install it through the software center
 
12
        - On mac try homebrew: brew install boost (possibly run
 
13
          sudo chown -R `whoami` /usr/local to fix the writing rights)
12
14
        - Otherwise, there is a guide here: 
13
15
          http://www.boost.org/doc/libs/1_40_0/more/getting_started/unix-variants.html
14
16
c. Install google-sparsehash library.
58
60
Install xcode through App Store.
59
61
 
60
62
Install boost, for example using homebrew as follows:
 
63
sudo chown -R `whoami` /usr/local
61
64
brew install boost
62
65
 
 
66
Install google-sparsehash, e.g. as follows:
 
67
brew install google-sparsehash 
 
68
 
63
69
Then run (for 32 bit version):
64
70
make -f makefile.osx32 clean
65
71
make -f makefile.osx32