Skip to content

steshaw/idris-sdl2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

idris-sdl2

SDL2 bindings package for Idris.

Build requirements

  • sdl2
  • sdl2_gfx

On Mac install these with:

$ brew install sdl2 sdl2_gfx

On Ubuntu install these with:

$ sudo apt install libsdl2-dev libsdl2-gfx-dev

Building

Build the library.

$ make

Build the tests/demos.

$ cd test
$ make