summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README25
1 files changed, 25 insertions, 0 deletions
diff --git a/README b/README
index f04ca4c..2da8920 100644
--- a/README
+++ b/README
@@ -51,6 +51,13 @@ using openssl:
security/openssl
+Windows
+-------
+
+common:
+ Visual Studio C++ (Express Edition is just fine)
+ lua-5.1.x
+
Installation
============
@@ -82,6 +89,24 @@ Notes:
- on FreeBSD you have to use gmake instead of make
+Building on Windows
+-------------------
+
+Download Lua 5.1 from www.lua.org and extract it inside the anylike
+root directory. Open the vcproj file inside src\win32 directory. Open
+the Visual Studio Prompt from the Tools menu and change to the Lua
+directory you just created (i.e.: cd c:\anylike\lua-5.1.4\).
+Use the following command to build lua:
+
+etc\luavs.bat
+
+After this there should be a lua51.lib as well as a lua.exe and a luac.exe
+inside the src directory of the Lua tree.
+Close the Command Prompt select the target (Release or Debug) and compile
+the project. Now there should be an anylike.exe inside src\win32\Release or
+src\win32\Debug depending on the target you have selected.
+
+
Installing
----------