Make libglu a requirement for HoN

This commit is contained in:
Peter O'Connor 2017-04-20 23:35:15 +10:00
parent 92ac5c9d43
commit 0ac18d8458
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.