StudioCherno / Walnut

Walnut is a simple application framework for Vulkan and Dear ImGui apps
MIT License
1.98k stars 365 forks source link

premake5 error #42

Open bioorg opened 1 year ago

bioorg commented 1 year ago

Dear Cherno How are you, Cherno

I am learning Vulkan with your sources However, when I tried to build it by running setup.bat the error message says (premake5.exe) Error: cannot open K:/a/wdev/vendor/imgui: No such file or directory

imgui folder was empty so, I copied github source of imgui there but it still is not working

So, could you please help me with this issue? Thank you and have a nice day, Cherno

WongYimkeung commented 1 year ago

Dear Cherno How are you, Cherno

I am learning Vulkan with your sources However, when I tried to build it by running setup.bat the error message says (premake5.exe) Error: cannot open K:/a/wdev/vendor/imgui: No such file or directory

imgui folder was empty so, I copied github source of imgui there but it still is not working

So, could you please help me with this issue? Thank you and have a nice day, Cherno

May I know how you clone the repository? Usually the imgui folder was empty cuz you clone the repository lost the --recursive parameters. So the full command like below:

git clone --recursive https://github.com/TheCherno/Walnut.git

Try this again and wish this may help.

bioorg commented 1 year ago

Dear Wong:

Oh! Thank you so much for your help and kindness

I missed --recursive as you told me

It is now working perfect and I saw the beautiful imgui menus after I building it

So thank you again and have a great weekend, Wong

Best regards,

Dear Cherno How are you, Cherno I am learning Vulkan with your sources However, when I tried to build it by running setup.bat the error message says (premake5.exe) Error: cannot open K:/a/wdev/vendor/imgui: No such file or directory imgui folder was empty so, I copied github source of imgui there but it still is not working So, could you please help me with this issue? Thank you and have a nice day, Cherno

May I know how you clone the repository? Usually the imgui folder was empty cuz you clone the repository lost the --recursive parameters. So the full command like below:

git clone --recursive https://github.com/TheCherno/Walnut.git

Try this again and wish this may help.