Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 379 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 379 Bytes

This module provides access to the Simple DirectMedia Layer (www.libsdl.org) to Perl6.

It makes use of NativeCall, so a C compiler is not needed in order to install this module.

Dependencies

  • libSDL, libSDL-mixer, libSDL-image

To aid NativeCall locating the libaries you should just do:

sudo apt install libsdl1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev