You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.
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..!!
The text was updated successfully, but these errors were encountered:
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..!!
The text was updated successfully, but these errors were encountered: