Browse Source

Update INSTALL.md

Bastien Sevajol 9 years ago
parent
commit
ee7539e5a2
1 changed files with 22 additions and 24 deletions
  1. 22 24
      INSTALL.md

+ 22 - 24
INSTALL.md View File

6
 
6
 
7
 Install Git: http://git-scm.com/download/win
7
 Install Git: http://git-scm.com/download/win
8
 
8
 
9
-Execute command C:\Python34\python -m pip install pytmx
9
+Execute command 
10
+    C:\Python34\python -m pip install pytmx
10
 
11
 
11
 Install pygame for python3.4: 
12
 Install pygame for python3.4: 
12
 
13
 
13
 Download pygame‑1.9.2a0‑cp34‑none‑win32.whl on http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame
14
 Download pygame‑1.9.2a0‑cp34‑none‑win32.whl on http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame
14
 
15
 
15
-Execute command C:\Python34\python -m pip install Downloads\pygame-1.9.2a0-cp34-none-win32.whl
16
+Execute command 
17
+    C:\Python34\python -m pip install Downloads\pygame-1.9.2a0-cp34-none-win32.whl
16
 
18
 
17
 Launch Git Bash program
19
 Launch Git Bash program
18
 
20
 
19
-Execute command mkdir ant
21
+Execute command 
22
+    mkdir ant
20
 
23
 
21
-Execute command git clone https://github.com/buxx/synergine.git ant/synergine
24
+Execute command 
25
+    git clone https://github.com/buxx/synergine.git ant/synergine
22
 
26
 
23
-Execute command git clone https://github.com/buxx/intelligine.git ant/intelligine
27
+Execute command 
28
+    git clone https://github.com/buxx/intelligine.git ant/intelligine
24
 
29
 
25
 Open Cmd
30
 Open Cmd
26
 
31
 
27
-cd ant\intelligine\modules
28
-
29
-rmdir synergine
30
-
31
-rmdir xyzworld
32
-
33
-rmdir xyworld
34
-
35
-mklink /j synergine ..\..\synergine\synergine
36
-
37
-mklink /j xyzworld ..\..\synergine\modules\xyzworld
38
-
39
-mklink /j xyworld ..\..\synergine\modules\xyworld
40
-
41
-Open Cmd
42
-
43
-cd ant\intelligine
44
-
45
-C:\Python34\python run.py
32
+Execute commands 
33
+    cd ant\intelligine\modules
34
+    rmdir synergine
35
+    rmdir xyzworld
36
+    rmdir xyworld
37
+    mklink /j synergine ..\..\synergine\synergine
38
+    mklink /j xyzworld ..\..\synergine\modules\xyzworld
39
+    mklink /j xyworld ..\..\synergine\modules\xyworld
40
+
41
+Open new Cmd:
42
+    cd ant\intelligine
43
+    C:\Python34\python run.py