comparison INSTALL.md @ 25:0d5ecefcccd3

molko-map: reimplement using JSON as it is supported by tiled, closes #2448 @4h
author David Demelier <markand@malikania.fr>
date Fri, 10 Jan 2020 20:08:26 +0100
parents fc71221b7bee
children a6c2067709ce
comparison
equal deleted inserted replaced
24:4a06503641eb 25:0d5ecefcccd3
6 Requirements 6 Requirements
7 ------------ 7 ------------
8 8
9 - C99 compliant compiler, 9 - C99 compliant compiler,
10 - POSIX system (make, ar, shell), 10 - POSIX system (make, ar, shell),
11 - [Expat][], XML parsing library, 11 - [Jansson][], JSON parsing library,
12 - [SDL2][], Multimedia library, 12 - [SDL2][], Multimedia library,
13 - [SDL2_image][], Image loading addon for SDL2, 13 - [SDL2_image][], Image loading addon for SDL2,
14 - [SDL2_ttf][], Fonts addon for SDL2, 14 - [SDL2_ttf][], Fonts addon for SDL2,
15 - [SDL2_mixer][], Audio addon for SDL2. 15 - [SDL2_mixer][], Audio addon for SDL2.
16 16
44 - *mingw-w64-x86_64-SDL2_mixer* 44 - *mingw-w64-x86_64-SDL2_mixer*
45 - *mingw-w64-x86_64-SDL2_ttf* 45 - *mingw-w64-x86_64-SDL2_ttf*
46 46
47 Note: replace `x86_64` with `i686` if you have a deprecated system. 47 Note: replace `x86_64` with `i686` if you have a deprecated system.
48 48
49 [Expat][]: https://libexpat.github.io 49 [Jansson][]: http://www.digip.org/jansson
50 [SDL2]: http://libsdl.org 50 [SDL2]: http://libsdl.org
51 [SDL2_image]: https://www.libsdl.org/projects/SDL_image 51 [SDL2_image]: https://www.libsdl.org/projects/SDL_image
52 [SDL2_ttf]: https://www.libsdl.org/projects/SDL_ttf 52 [SDL2_ttf]: https://www.libsdl.org/projects/SDL_ttf
53 [SDL2_mixer]: https://www.libsdl.org/projects/SDL_mixer 53 [SDL2_mixer]: https://www.libsdl.org/projects/SDL_mixer
54 [MSYS2]: http://www.msys2.org 54 [MSYS2]: http://www.msys2.org