diff 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
line wrap: on
line diff
--- a/INSTALL.md	Fri Jan 10 13:30:01 2020 +0100
+++ b/INSTALL.md	Fri Jan 10 20:08:26 2020 +0100
@@ -8,7 +8,7 @@
 
 - C99 compliant compiler,
 - POSIX system (make, ar, shell),
-- [Expat][], XML parsing library,
+- [Jansson][], JSON parsing library,
 - [SDL2][], Multimedia library,
 - [SDL2_image][], Image loading addon for SDL2,
 - [SDL2_ttf][], Fonts addon for SDL2,
@@ -46,7 +46,7 @@
 
 Note: replace `x86_64` with `i686` if you have a deprecated system.
 
-[Expat][]: https://libexpat.github.io
+[Jansson][]: http://www.digip.org/jansson
 [SDL2]: http://libsdl.org
 [SDL2_image]: https://www.libsdl.org/projects/SDL_image
 [SDL2_ttf]: https://www.libsdl.org/projects/SDL_ttf