rjpcomputing / luaforwindows

Lua for Windows is a 'batteries included environment' for the Lua scripting language on Windows. NOTICE: Looking for maintainer.
2.93k stars 485 forks source link

Please add the source-code as used in luaforwindows #93

Closed jjvbsag closed 9 years ago

jjvbsag commented 9 years ago

This would allow us to support you more in maintaining luaforwindows.

rjpcomputing commented 9 years ago

All of the source is included in the GitHub repo now. This is only ever been a distribution of Lua not ever building the binary modules. Those came to the project already pre-built. You just take the module you want included and place the pieces (.dll/.Lua, documentation, examples, etc...) into the correct locations in the project tree. Then use INNO Setup to compile the .issue.

Does this help?

jjvbsag commented 9 years ago

Ok, only to get me on the right track: You don't compile anything, but only ¹) collect and combine binaries/scripts available on the web into one setup?!?

Then

I will refine my issue "Please provide a complete list of URLs, where you got the binaries/script from"


¹) Don't get me wrong. The word 'only' shall not undervalue your work. It's a great job done.

rjpcomputing commented 9 years ago

Correct.

There is a list in the README.md - https://github.com/rjpcomputing/luaforwindows

Look at the Libraries Used section. Please note that the URLs are from when the Libraries were originally added. LuaForge is not around any more so look on GitHub for them as well.