Browse Source

add temp install howto for windows

Bastien Sevajol 9 years ago
parent
commit
0e6225b06b
1 changed files with 25 additions and 0 deletions
  1. 25 0
      INSTALL.md

+ 25 - 0
INSTALL.md View File

@@ -0,0 +1,25 @@
1
+## Windows
2
+
3
+(dirty tmp howto)
4
+
5
+Install python 3.4+: https://www.python.org/downloads/
6
+Install Git: http://git-scm.com/download/win
7
+Execute command C:\Python34\python -m pip install pytmx
8
+Install pygame for python3.4: 
9
+Download pygame‑1.9.2a0‑cp34‑none‑win32.whl on http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame
10
+Execute command C:\Python34\python -m pip install Downloads\pygame-1.9.2a0-cp34-none-win32.whl
11
+Launch Git Bash program
12
+Execute command mkdir ant
13
+Execute command git clone https://github.com/buxx/synergine.git ant/synergine
14
+Execute command git clone https://github.com/buxx/intelligine.git ant/intelligine
15
+Open Cmd
16
+cd ant\intelligine\modules
17
+rmdir synergine
18
+rmdir xyzworld
19
+rmdir xyworld
20
+mklink /j synergine ..\..\synergine\synergine
21
+mklink /j xyzworld ..\..\synergine\modules\xyzworld
22
+mklink /j xyworld ..\..\synergine\modules\xyworld
23
+Open Cmd
24
+cd ant\intelligine
25
+C:\Python34\python run.py