Skip to content

Commit

Permalink
Update installation instructions for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Joanna Lange committed May 1, 2018
1 parent 21cfca1 commit 965521c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ To install the software you will need:
- automake (>= 2.68)
- boost libraries (>= 1.48): boost-filesystem, boost-program-options,
boost-test, boost-regex
`sudo aptitude install sudo aptitude install libboost1.49-dev
libboost-program-options1.49-dev libboost-test1.49-dev
libboost-filesystem1.49-dev libboost-regex1.49-dev`
`sudo aptitude install libboost-dev libboost-program-options-dev libboost-test-dev
libboost-filesystem-dev libboost-regex-dev`
- libconfig++-dev
`sudo aptitude install libconfig++-dev`

Expand Down

0 comments on commit 965521c

Please sign in to comment.