ソースを参照

Updated README.

blitz-research 9 年 前
コミット
78fba19ae1
1 ファイル変更6 行追加12 行削除
  1. 6 12
      README.TXT

+ 6 - 12
README.TXT

@@ -5,8 +5,6 @@ Some notes:
 
 Emscripten support is currently disabled.
 
-Doscs are currently limited to a VERY simple monkey2-quick-reference.html file.
-
 The repository currently contains a fair few binaries. Some of these will go when a module manager happens, but it's likely prebuilt versions of mx2cc will remain as it's a fairly tricky process building mx2cc without mx2cc! May work on this later though...
 
 Modules should be considered works in progress and subject to change, esp. the 'std' module. My current goal is to get these modules finalized and docced ASAP so people can start using them with confidence. More modules will be added to the repository over time as they are completed.
@@ -20,13 +18,11 @@ Before getting started, make sure the monkey2 folder is installed alongside (not
 
 2) Once mingw64 is installed, open a command prompt and change to the 'monkey2\src' directory.
 
-3) Enter 'rebuildmods' and hit return. Wait...
-
-4) Enter 'rebuildmx2cc' and hit return. Wait...
+3) Enter 'rebuildall' and hit return. Wait...
 
-5) You should now be able to build and run monkey2 apps with monkey1. There is a 'simple hello-world.monkey2' test in the monkey2 directory.
+4) You should now be able to build and run monkey2 apps with monkey1. There is a 'simple hello-world.monkey2' test in the monkey2 directory.
 
-6) Following a github update, you may need to rebuild the compiler. To do this, perform steps 2-4 again.
+5) Following a github update, you may need to rebuildall again.
 
 
 ***** Installation on MacOS/Linux *****
@@ -37,13 +33,11 @@ Before getting started, make sure the monkey2 folder is installed alongside (not
 
 2) Open a shell and change to the 'monkey2/src' directory.
 
-3) Enter './rebuildmods.sh' and hit return. Wait...
-
-4) Enter './rebuildmx2cc.sh' and hit return. Wait...
+3) Enter './rebuildall.sh' and hit return. Wait...
 
-5) You should now be able to build and run monkey2 apps with monkey1. There is a simple 'hello-world.monkey2' test in the monkey2 directory.
+4) You should now be able to build and run monkey2 apps with monkey1. There is a simple 'hello-world.monkey2' test in the monkey2 directory.
 
-6) Following a github update, you may need to rebuild the compiler. To do this, perform steps 2-4 again.
+5) Following a github update, you may need to rebuildall again.
 
 
 ***** More information *****