install Nlua - sonygod/luaxe-nlua GitHub Wiki

I have spend lots of time to run Nlua with Keralua ,finally ,it's work , I want to share

my experience to show how to install Nlua in your pc

steps


1:you have to install vs2013 at first ,remember :2013 instead 2012

2:install http://www.microsoft.com/zh-cn/download/details.aspx?id=40784

3:check out Nlua the last version https://github.com/NLua/NLua.git

4:Don't forgotten to down load the Lua52.dll from https://github.com/NLua/NLua donwload list

https://www.dropbox.com/s/jkr1pnwvqw6w0r8/NLua.Win32.zip

https://www.dropbox.com/s/jkr1pnwvqw6w0r8/NLua.Win64.zip

5:open your vs project and add extra two projects

KeraLua

https://github.com/NLua/KeraLua

KopiLua

https://github.com/NLua/KopiLua

6:add an new base project to test Nlua ,the run

you may get some errors,don't be nervous ,

7:copy your dll down load from step 4 to your projects /bin/Debug/ (x86/x64) lua52.dll,

note: you mush copy the right platform dll,

8:done: