File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -61,15 +61,15 @@ Dependency Build Instructions: Ubuntu & Debian
61
61
----------------------------------------------
62
62
Build requirements:
63
63
64
- sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libevent-dev
64
+ sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libevent-dev bsdmainutils
65
65
66
- On Ubuntu 15.10+ there are generic names for the individual boost development
67
- packages, so the following can be used to only install necessary parts of
68
- boost:
66
+ On at least Ubuntu 14.04+ and Debian 7+ there are generic names for the
67
+ individual boost development packages, so the following can be used to only
68
+ install necessary parts of boost:
69
69
70
- apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev libboost-base -dev
70
+ sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev
71
71
72
- For Ubuntu before 15.10, or Debian 7 and later libboost- all-dev has to be installed :
72
+ If that doesn't work, you can install all boost development packages with :
73
73
74
74
sudo apt-get install libboost-all-dev
75
75
You can’t perform that action at this time.
0 commit comments