Skip to content

Commit

Permalink
More README tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccoy committed Mar 6, 2015
1 parent 3e97395 commit 38d6dd5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ Requirements:
* SCons compiler
* C++11 compatible compiler, e.g., g++ v.4.7.3 or later
versions.
* Boost version 1.5.3
* Boost version 1.53 or higher (included).
* Cereal (included as a submodule).

Install the requirements with:
```
Expand All @@ -32,7 +33,8 @@ libunwind7-dev libevent-dev scons libboost-all-dev

# Build oldisim #

To build oldisimulator, run `scons` in the root directory of the project.
To build oldisimulator, ensure that all submodules are available (`git
submodule update --init`) and run `scons` in the root directory of the project.

If you need to create static libraries, put the following in a new file named
custom.py in the project root:
Expand Down

0 comments on commit 38d6dd5

Please sign in to comment.