Merge pull request #36 from sunnyflunk/master

Make libglu a requirement for HoN
This commit is contained in:
Joshua Strobl 2017-04-20 17:44:28 +03:00 committed by GitHub
commit 4c44a02bf3
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ First, install the latest version of HoN by downloading it and running "HoNClien
Assuming that you install to ~/HoN (default), you only need to run two commands:
``` bash
sudo eopkg it gconf libgcrypt11
sudo eopkg it gconf libgcrypt11 libglu
```
That installs all of the dependencies that HoN needs.