dillongoostudios / goo-engine

Custom build of blender with some extra NPR features.
Other
958 stars 123 forks source link

can't build on windows. help. #54

Open Ghostdev84 opened 1 year ago

Ghostdev84 commented 1 year ago

i run make.bat but i get this(i have python installed and in PATH):

Warning: Python not found, there is likely an issue with the library folder No explicit msvc version requested, autodetecting version.


Visual Studio 2022 Developer Command Prompt v17.1.0 Copyright (c) 2021 Microsoft Corporation


[vcvarsall.bat] Environment initialized for: 'x64' Compiler Detection successful, detected VS2022

Error: Required libraries not found at ""D:\GooEngine\goo-engine-goo-engine-v3.6-release\goo-engine-goo-engine-v3.6-release..\lib\win64_vc15"" This is needed for building, aborting

This is most likely caused by svn.exe not being available.

HotChocut commented 1 year ago

As a general solution you can follow this guide for building blender except using git clone https://github.com/dillongoostudios/goo-engine and cd goo-engine.

But in your case specifically it seems you don't have Subversion client, you can fix that by installing one like TortoiseSVN and making sure you enable "Command Line Client Tools" in the installer. You can check if it's installed correctly afterwards by running svn --version into Command Prompt and seeing if it throws you an error or not.

Hope this helps!