File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -10,24 +10,13 @@ bug or feel that something is missing.
10
10
11
11
##### Install
12
12
13
- This library depends on the new API version of
14
- [ haskell-game/sdl2] ( https://github.com/haskell-game/sdl2 ) , available on
15
- Hackage as
16
- [ sdl2 version 2.0.0 or greater] ( http://hackage.haskell.org/package/sdl2 ) . With
17
- that in mind, you can install sdl2-image from source like this:
18
-
19
13
``` bash
20
- git clone git@github.com:sbidin/sdl2-image.git
21
- cd sdl2-image
22
- cabal install
14
+ cabal install sdl2-image
23
15
```
24
16
25
- Note that you might get compile errors if you're not using the latest GHC. Only
26
- 7.10 is currently tested.
27
-
28
17
##### Documentation
29
18
30
- You can find the documentation [ here ] ( https://bidin.eu/docs /sdl2-image ) .
19
+ For documentation, [ visit Hackage ] ( https://hackage.haskell.org/package /sdl2-image ) .
31
20
32
21
The
33
22
[ original SDL2_image documentation] ( http://www.libsdl.org/projects/SDL_image/docs/SDL_image.html )
You can’t perform that action at this time.
0 commit comments