Skip to content

Commit

Permalink
Docs: clarify Trusty 14.04 build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
anonimal committed Aug 1, 2016
1 parent 47ff0b1 commit 7b5578d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions doc/BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,16 @@ $ sudo apt-get install g++-5 cmake libboost-all-dev libssl-dev libssl1.0.0
$ sudo apt-get install libminiupnpc-dev doxygen # optional
```

### Boost for Ubuntu Trusty 14.04:
### Ubuntu Trusty 14.04:

```bash
$ sudo add-apt-repository -y ppa:kojoley/boost
$ sudo apt-get -q update
$ sudo apt-get -y install libboost-{chrono,log,program-options,date-time,thread,system,filesystem,regex,test}1.58{-dev,.0}
$ sudo add-apt-repository ppa:ubuntu-toolchain-r/test
$ sudo add-apt-repository ppa:kojoley/boost
$ sudo apt-get update
$ sudo apt-get install libboost-{chrono,log,program-options,date-time,thread,system,filesystem,regex,test}1.58{-dev,.0}
$ sudo apt-get install g++-5 cmake libboost-all-dev libssl-dev libssl1.0.0
$ sudo apt-get install libminiupnpc-dev doxygen # optional

```

### Arch Linux
Expand Down

0 comments on commit 7b5578d

Please sign in to comment.