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:
commit
b6ac25c2e9
|
@ -11,7 +11,7 @@ Make sure you have the necessary packages installed:
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
sudo eopkg upgrade
|
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.
|
Reboot your system first so that it's all up to date.
|
||||||
|
|
Reference in New Issue