please help me a bit with LuaDist. I think I get stuck in the docs; I did the following (in 32bits Win7):
1) install MinGW:
- download latest mingw-get-inst- .. exe file
- execute that file (this installs "c:\mingw" on the system
2) download LuaDist package:
- unzip the package to:
"C:\LuaDist-batteries-0.9.1-Windows-mingw32\"
this results in the following subdirectories created in there:
bin
include
lib
share
3) I open a command prompt and:
- cd to "C:\LuaDist-batteries-0.9.1-Windows-mingw32\"
4) Building LuaDist can now be started using the build.bat script:
===> error: build.bat not found
===> also for the next step "bootstrap.bat" is missing
What am I doing wrong?
TIA