git clone --recursive git://github.com/LuaDist/bootstrap.git _bootstrap
cd _bootstrap
bootstrap.bat
When I run the last command "bootstrap.bat", it shows the following error in cmd.exe
C:\Windows\System32_bootstrap>bootstrap.bat
This will build some LuaDist components TWO times!
CMake Error: The source directory "C:/Windows/System32/_bootstrap" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
Error: C:/Windows/System32/_bootstrap/_bootstrap/tmp is not a directory
Bootstrap done, building LuaDist using LuaDist
The system cannot find the path specified.
LuaDist is now built and can be found in C:\Windows\System32_bootstrap_install
Kindly look at this bug at the earliest. Thanks alot..!!
Hello, I installed all the dependencies required to install Lua on Windows i.e. CMake and Git. After that I followed the instructions given on: https://github.com/LuaDist/Repository/wiki/LuaDist:-Installation
git clone --recursive git://github.com/LuaDist/bootstrap.git _bootstrap cd _bootstrap bootstrap.bat
When I run the last command "bootstrap.bat", it shows the following error in cmd.exe
C:\Windows\System32_bootstrap>bootstrap.bat
This will build some LuaDist components TWO times!
CMake Error: The source directory "C:/Windows/System32/_bootstrap" does not exist. Specify --help for usage, or press the help button on the CMake GUI. Error: C:/Windows/System32/_bootstrap/_bootstrap/tmp is not a directory
Bootstrap done, building LuaDist using LuaDist
The system cannot find the path specified.
LuaDist is now built and can be found in C:\Windows\System32_bootstrap_install
Kindly look at this bug at the earliest. Thanks alot..!!