Browse Source

Update README.md

Bastien Sevajol 5 years ago
parent
commit
ae04e253d5
No account linked to committer's email
1 changed files with 3 additions and 1 deletions
  1. 3 1
      README.md

+ 3 - 1
README.md View File

@@ -8,7 +8,9 @@ Open source close combat inspired game. Presentation here: http://www.closecomba
8 8
 
9 9
 # Install
10 10
 
11
-OS require: build-essential libsdl1.2debian libsdl-image1.2 libsdl-image1.2-dev libsdl-ttf2.0-0 libsdl-ttf2.0-dev libsdl-mixer1.2 libsdl-mixer1.2-dev redis-server
11
+Tested only under linux, debian/Ubuntu. Before install project, install OS packages:
12
+
13
+    build-essential libsdl1.2debian libsdl-image1.2 libsdl-image1.2-dev libsdl-ttf2.0-0 libsdl-ttf2.0-dev libsdl-mixer1.2 libsdl-mixer1.2-dev redis-server
12 14
 
13 15
 Python version: 3.5+
14 16