Skip to content

keera-studios/hssdl

Repository files navigation

This package contains Haskell bindings to libSDL >= 1.2.8.

Pre-requisites (Ubuntu):
  apt-get install libsdl1.2-dev

Sandboxed installation (recommended):
  git clone https://github.com/keera-studios/hssdl
  cd hssdl
  cabal sandbox init
  cabal install

Global installation:
  runhaskell Setup.lhs configure
  runhaskell Setup.lhs build
  runhaskell Setup.lhs install # as root

Local installation:
  runhaskell Setup.lhs configure --prefix=[HOME]/usr --user
  runhaskell Setup.lhs build
  runhaskell Setup.lhs install --user # not as root

Releases

No releases published

Packages

No packages published