|
@@ -1,4 +1,5 @@
|
|
|
|
|
|
+
|
|
|
***** Welcome to Monkey2! *****
|
|
|
|
|
|
Emscripten support is currently WIP.
|
|
@@ -15,7 +16,7 @@ Sublime Text 3 is available here: http://monkey2.monkey-x.com/forums/forum/gener
|
|
|
|
|
|
https://sourceforge.net/projects/mingw-w64/
|
|
|
|
|
|
-When installing, you should select 'i686' for 'architecture'; 'posix' for 'threads'; and 'dwarf' for 'exception'.
|
|
|
+When installing, you should select 'i686' for 'architecture', 'posix' for 'threads' and 'dwarf' for 'exception'.
|
|
|
|
|
|
There is also a self-extracting archive of mingw-64 that has been tested with monkey2 here:
|
|
|
|
|
@@ -30,12 +31,12 @@ If you install this to the monkey2 'devtools' directory, the following steps sho
|
|
|
4) If all went well, you should end up with a 'Monkey2 (Windows)' exe in the monkey2 directory.
|
|
|
|
|
|
5) You should now be able to build and run monkey2 apps. There is a simple 'hello-world.monkey2' test in the monkey2
|
|
|
-directory, and some simple demos in the '/bananas' directory. Docs can be found at 'docs/index.html'.
|
|
|
+directory, and some simple demos in the '/bananas' directory.
|
|
|
|
|
|
|
|
|
***** Building monkey2 on MacOS/Linux *****
|
|
|
|
|
|
-1) Install the xcode command line tools. You can do this by entering 'xcode-select --install' in a shell.
|
|
|
+1) On MacoS, install the xcode command line tools. You can do this by entering 'xcode-select --install' in a shell.
|
|
|
|
|
|
2) Open a shell and change to the 'monkey2/scripts' directory.
|
|
|
|
|
@@ -44,7 +45,7 @@ directory, and some simple demos in the '/bananas' directory. Docs can be found
|
|
|
4) If all went well, you should end up with a 'Monkey2 (...)' app in the monkey2 directory.
|
|
|
|
|
|
5) You should now be able to build and run monkey2 apps. There is a simple 'hello-world.monkey2' test in the monkey2
|
|
|
-directory, and some simple demos in the '/bananas' directory. Docs can be found at 'docs/index.html'.
|
|
|
+directory, and some simple demos in the '/bananas' directory.
|
|
|
|
|
|
|
|
|
***** More information *****
|
|
@@ -56,4 +57,3 @@ Monkey2 development blog: http://monkey2.monkey-x.com/
|
|
|
Monkey2 development forums: http://monkey2.monkey-x.com/forums
|
|
|
|
|
|
Monkey2 xmas 2015 demo: http://monkey2.monkey-x.com/2015/12/23/xmas-demo-2015/
|
|
|
-
|