We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I'm trying to run the invaders example using
idris Main.idr -o invaders -p effects
However, I get the error above.
The text was updated successfully, but these errors were encountered:
You first need to install the SDL binding https://github.com/edwinb/SDL-idris.
Sorry, something went wrong.
For me the following worked (Ubuntu):
apt-get install libsdl1.2-dev libsdl-gfx1.2-dev
then installing SDL-idris, and then
idris Main.idr -o invaders -p sdl -p effects
Then it worked well (although the game is much too fast).
SDL2 port? :)
No branches or pull requests
Hi, I'm trying to run the invaders example using
However, I get the error above.
The text was updated successfully, but these errors were encountered: