diff INSTALL.md @ 84:a6c2067709ce

core: implement basic save routines, closes #2476 @2h
author David Demelier <markand@malikania.fr>
date Sat, 07 Mar 2020 17:06:01 +0100
parents 0d5ecefcccd3
children 30baadb6f6a2
line wrap: on
line diff
--- a/INSTALL.md	Sun Feb 16 18:27:42 2020 +0100
+++ b/INSTALL.md	Sat Mar 07 17:06:01 2020 +0100
@@ -6,8 +6,8 @@
 Requirements
 ------------
 
-- C99 compliant compiler,
-- POSIX system (make, ar, shell),
+- C11 compliant compiler,
+- POSIX system (make, ar, shell, some POSIX functions),
 - [Jansson][], JSON parsing library,
 - [SDL2][], Multimedia library,
 - [SDL2_image][], Image loading addon for SDL2,