dciabrin / ngdevkit

Open source development for Neo-Geo
GNU Lesser General Public License v3.0
262 stars 26 forks source link

Installing on Ubuntu 18.04, can't find <isl/band.h> [SOLVED] #12

Closed city41 closed 5 years ago

city41 commented 5 years ago

Adding this here in case anyone else hits this.

On Ubuntu 18.04 I hit "no such file or directory" for <isl/band.h>

Easily solved with apt install libisl-0.18-dev

Don't forget to uncomment the deb-src repos in /etc/apt/sources.list as documented in the mingw/wsl README here in the repo.

dciabrin commented 5 years ago

Hey city41, thanks for taking the time to report that.

I'll test the update locally and update the README accordingly!