Closed Yoru66 closed 1 year ago
Hello - for me, it failed to do "make update" until I did the following. Can you check if that might apply in your case? 1) install Git for Windows, not Github for Windows 2) install VC 2019 (not 2022). Also make sure to check the option for C++ desktop development.
Did you use the Git bash terminal?
@TomerGamerTV Hello there! , well for this part ..
the code: C:\blendergoo-git\goo-engine>make update Warning: Python not found, there is likely an issue with the library folder No explicit msvc version requested, autodetecting version. Compiler Detection failed. Use verbose switch for more information. Visual Studio not found (try with the 'verbose' switch for more information)
I wrote it on CMD. I'm not sure how to use the GitHub bash terminal
@TomerGamerTV Hello there! , well for this part ..
the code: C:\blendergoo-git\goo-engine>make update Warning: Python not found, there is likely an issue with the library folder No explicit msvc version requested, autodetecting version. Compiler Detection failed. Use verbose switch for more information. Visual Studio not found (try with the 'verbose' switch for more information)
I wrote it on CMD. I'm not sure how to use the GitHub bash terminal
fuck sorry i was on my phone and this stupid auto-correct messed it up. i meant Git bash cmd
just do make update and after it finished type make.
the terminal might ask you to download more libraries so just type y and enter
if I may know, what should I write? (any youtube vids guideline maybe?). Im not sure how to do it on githuh bash.. I tried to used the same code i manage to succeed on the cmd terminal but it doesnt work the same it goes. "command not found"
(also I'm kinda hesistant to download visual studio code 2019, since that means i have to remove visual studio code 2022, just making sure but is the 2019 very neccesary in this case?, thank you!)
if I may know, what should I write? (any youtube vids guideline maybe?). Im not sure how to do it on githuh bash.. I tried to used the same code i manage to succeed on the cmd terminal but it doesnt work the same it goes. "command not found"
(also I'm kinda hesistant to download visual studio code 2019, since that means i have to remove visual studio code 2022, just making sure but is the 2019 very neccesary in this case?, thank you!)
want me to give you the installer? i already built it and can just send you. you will need to install visual studio if you want to build it yourself i don't think there is any other way to do it.
yes please that would be great!, if you are alright with it ofc
yes please that would be great!, if you are alright with it ofc
I forked this repo and put the installer in the releases tab. It has builds for Mac and Windows so choose whatever you want.
I forked this repo and put the installer in the releases tab. It has builds for Mac and Windows so choose whatever you want.
@TomerGamerTV alright then thank you very much! I really appreciated your help!
I forked this repo and put the installer in the releases tab. It has builds for Mac and Windows so choose whatever you want.
@TomerGamerTV alright then thank you very much! I really appreciated your help!
No problem 👍🏻
Hello there I'am still new into this, so i dont know much about building this but anyways im currently trying to build the addon i got from github the "goo-engine". but im cant "make update" in my cmd command. Does anyone know how to fix this? I had been trying to fix this but still got no clue.
I already put slikssvn, cmake, and git-cmd, visual code, msvn onto the path. When i download cmake, i pick the "for all path" choice I already had
the code: C:\blendergoo-git\goo-engine>make update Warning: Python not found, there is likely an issue with the library folder No explicit msvc version requested, autodetecting version. Compiler Detection failed. Use verbose switch for more information. Visual Studio not found (try with the 'verbose' switch for more information)
C:\blendergoo-git\goo-engine>make verbose Warning: Python not found, there is likely an issue with the library folder svn : "C:\Program Files\SlikSvn\bin\svn.exe" cmake : "" ctest : "" git : "C:\Program Files\Git\cmd\git.exe" python : """" No explicit msvc version requested, autodetecting version. Detecting msvc 2019 Visual Studio 2019 is not detected Detecting msvc 2022 Visual Studio 2022 is not detected Compiler Detection failed. Use verbose switch for more information. Visual Studio not found (try with the 'verbose' switch for more information)
I managed to solve this problem!
cd C:/blender-git/blender
.\make.bat update
Done!
Hello there I'am still new into this, so i dont know much about building this but anyways im currently trying to build the addon i got from github the "goo-engine". but im cant "make update" in my cmd command. Does anyone know how to fix this? I had been trying to fix this but still got no clue.
I already put slikssvn, cmake, and git-cmd, visual code, msvn onto the path. When i download cmake, i pick the "for all path" choice I already had
the code: C:\blendergoo-git\goo-engine>make update Warning: Python not found, there is likely an issue with the library folder No explicit msvc version requested, autodetecting version. Compiler Detection failed. Use verbose switch for more information. Visual Studio not found (try with the 'verbose' switch for more information)
C:\blendergoo-git\goo-engine>make verbose Warning: Python not found, there is likely an issue with the library folder svn : "C:\Program Files\SlikSvn\bin\svn.exe" cmake : "" ctest : "" git : "C:\Program Files\Git\cmd\git.exe" python : """" No explicit msvc version requested, autodetecting version. Detecting msvc 2019 Visual Studio 2019 is not detected Detecting msvc 2022 Visual Studio 2022 is not detected Compiler Detection failed. Use verbose switch for more information. Visual Studio not found (try with the 'verbose' switch for more information)