This repository has been archived on 2024-04-14. You can view files and clone it, but cannot push or open issues or pull requests.
2017-02-26 21:30:46 +00:00
|
|
|
+++
|
|
|
|
title = "Heroes of Newerth"
|
|
|
|
+++
|
2017-02-03 08:38:34 +00:00
|
|
|
# Heroes of Newerth
|
2017-01-05 02:56:10 +00:00
|
|
|
|
|
|
|
First, install the latest version of HoN by downloading it and running "HoNClient.sh".
|
|
|
|
|
|
|
|
Assuming that you install to ~/HoN (default), you only need to run two commands:
|
|
|
|
|
|
|
|
``` bash
|
2017-04-20 13:35:15 +00:00
|
|
|
sudo eopkg it gconf libgcrypt11 libglu
|
2017-01-05 02:56:10 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
That installs all of the dependencies that HoN needs.
|
|
|
|
|
|
|
|
``` bash
|
|
|
|
rm ~/HoN/libs-x86_64/{libcurl.so.4,libfreetype.so.6,libgcc_s.so.1,libgcrypt.so.11,libspeexdsp.so.1,libspeex.so.1,libstdc++.so.6,libudev.so.0}
|
|
|
|
```
|
|
|
|
|
|
|
|
This removes all the libraries that conflict with the ones in Solus.
|