public
Description: Mab is a programming language, a really easy one.
Homepage:
Clone URL: git://github.com/harold/mab.git
Windows improvements
harold (author)
Wed Jul 09 08:41:08 -0700 2008
commit  3b3dd176a5a9355da8341569c093d8eeb3e06376
tree    5fc99a2fb0132106c724a44faaee736bcd218370
parent  83e102aba11cfe20a5e71456e4090645b7066b7c
...
1
2
3
4
5
 
 
 
 
 
 
6
7
8
...
14
15
16
17
18
 
...
1
2
3
 
 
4
5
6
7
8
9
10
11
12
...
18
19
20
 
21
22
0
@@ -1,8 +1,12 @@
0
 ===============================================================================
0
 Installing Lua
0
 ===============================================================================
0
-  Download the Lua source from http://www.lua.org/ftp/
0
-  Follow the build instructions to build it.
0
+  Windows:
0
+    http://luaforge.net/frs/?group_id=377
0
+  
0
+  Else:
0
+    Download the Lua source from http://www.lua.org/ftp/
0
+    Follow the build instructions to build it.
0
 
0
 
0
 ===============================================================================
0
@@ -14,4 +18,4 @@ Installing LPEG
0
     export MACOSX_DEPLOYMENT_TARGET=10.3
0
     gcc -I../.. -Wall -O2 -bundle -undefined dynamic_lookup -o  lpeg.so lpeg.c
0
     sudo mv lpeg.so /usr/local/lib/lua/5.1/
0
-  
0
\ No newline at end of file
0
+

Comments