Unable to run Setup
have you downloaded walnut as a .zip file or downloaded it the way you should through commandprompt: git clone --recursive https://github.com/StudioCherno/Walnut.git ?
have you downloaded walnut as a .zip file or downloaded it the way you should through commandprompt: git clone --recursive https://github.com/StudioCherno/Walnut.git ?
Hi, I downloaded the .zip file. my bad. tq
Then close the issue
but it doesn't works!It still doesn't work.
What error did you get @codingshen ?
Just downloaded walnut as well, and I'm getting the same error:
.\scripts\Setup.bat
The system cannot find the path specified.
Press any key to continue . . .
Try printing the path i guess?
Just commented out the '@echo offand powershell doesn't like the raw path tovendor\bin\premake5.exe`.
>> .\scripts\Setup.bat
D:\repos\Walnut>REM @echo off
D:\repos\Walnut>pushd ..
D:\repos>vendor\bin\premake5.exe vs2022
The system cannot find the path specified.
D:\repos>popd
D:\repos\Walnut>pause
Press any key to continue . . .
I'll cook up a powershell equivalent and submit a PR for it.
PR is up: https://github.com/StudioCherno/Walnut/pull/94