Merge pull request #101 from nebiros/fix-ubuntu-dependencies-needed

Adds libpython2.7-dev libcurl3 to avoid some errors
This commit is contained in:
Casper Rasmussen 2017-01-13 20:22:37 +01:00 committed by GitHub
commit de4279a63b
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Depending on your version of Ubuntu, you may need some additional tools for the
```sh
sudo apt-get update
sudo apt-get install clang libicu-dev binutils git
sudo apt-get install clang libicu-dev binutils git libpython2.7-dev libcurl3
```
### Download