Skip to content

Commit

Permalink
Corrected Prerequisites for Ubuntu
Browse files Browse the repository at this point in the history
Added libssl-dev to prerequisites for Ubuntu. If not installed cmake results in an error not finding openssl.
Tested on Ubuntu 16.04
  • Loading branch information
ageir authored Aug 24, 2016
1 parent 60c0655 commit ef85deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ make
### Ubuntu / Raspberry Pi (wheezy)
```
sudo apt-get install build-essential -y
sudo apt-get install cmake libboost-dev libboost-thread-dev libboost-system-dev libsqlite3-dev subversion curl libcurl4-openssl-dev libusb-dev libudev-dev zlib1g-dev
sudo apt-get install cmake libboost-dev libboost-thread-dev libboost-system-dev libsqlite3-dev subversion curl libcurl4-openssl-dev libusb-dev libudev-dev zlib1g-dev libssl-dev
```

Raspberry Pi (wheezy, 22 November 2012): (First time compile time: 25 minutes)
Expand Down

0 comments on commit ef85deb

Please sign in to comment.