File: README

package info (click to toggle)
haskell-sdl-mixer 0.6.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 244 kB
  • sloc: haskell: 277; ansic: 8; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 352 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
This package contains Haskell bindings to libSDL_mixer >= 1.2.6.

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