From c89fa4d230dbdf2d3f12301a916a7b2373d2de14 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 3 Jan 2010 16:19:01 +0000 Subject: added Visual Studio Project not working yet .. :( --- README | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'README') 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 ---------- -- cgit v1.2.3