Skip to content

Commit

Permalink
Windows improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
harold committed Jul 9, 2008
1 parent 83e102a commit 3b3dd17
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
Binary file removed Lua.exe
Binary file not shown.
10 changes: 7 additions & 3 deletions docs/INSTALL
@@ -1,8 +1,12 @@
===============================================================================
Installing Lua
===============================================================================
Download the Lua source from http://www.lua.org/ftp/
Follow the build instructions to build it.
Windows:
http://luaforge.net/frs/?group_id=377

Else:
Download the Lua source from http://www.lua.org/ftp/
Follow the build instructions to build it.


===============================================================================
Expand All @@ -14,4 +18,4 @@ Installing LPEG
export MACOSX_DEPLOYMENT_TARGET=10.3
gcc -I../.. -Wall -O2 -bundle -undefined dynamic_lookup -o lpeg.so lpeg.c
sudo mv lpeg.so /usr/local/lib/lua/5.1/

Binary file removed lpeg.dll
Binary file not shown.

0 comments on commit 3b3dd17

Please sign in to comment.