Browse Source

Update INSTALL.md

Bastien Sevajol 9 years ago
parent
commit
26065971ee
1 changed files with 20 additions and 0 deletions
  1. 20 0
      INSTALL.md

+ 20 - 0
INSTALL.md View File

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