Merge pull request #26 from STiAT/master

* Removed isl and isl-devel depends (turned out it was a local issue, see #T2881)
This commit is contained in:
Joshua Strobl 2017-03-15 02:40:58 +02:00 committed by GitHub
commit b6ac25c2e9
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Make sure you have the necessary packages installed:
``` bash
sudo eopkg upgrade
sudo eopkg install gcc make autoconf binutils kernel-headers xorg-server-devel isl isl-devel
sudo eopkg install gcc make autoconf binutils kernel-headers xorg-server-devel
```
Reboot your system first so that it's all up to date.