Skip to content

Commit

Permalink
dependency fix for a linux, non-ubuntu machine? (#22)
Browse files Browse the repository at this point in the history
Replace "libpng12-dev" with "libpng-dev". "libpng-dev" maps to "libpng12-dev" on my machine.
  • Loading branch information
oliserand authored and davidbrownza committed Jun 30, 2018
1 parent 388423f commit f619716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ cd MD-TASK
```
*Install dependencies and set up Python virtual environment:*
```bash
sudo apt-get install virtualenvwrapper python-dev libblas-dev liblapack-dev libatlas-base-dev gfortran libpng12-dev libfreetype6-dev python-tk r-base
sudo apt-get install virtualenvwrapper python-dev libblas-dev liblapack-dev libatlas-base-dev gfortran libpng-dev libfreetype6-dev python-tk r-base
sh install.sh
```
*Install igraph package for R:*
Expand Down

0 comments on commit f619716

Please sign in to comment.