Radfordhound / HedgeLib

A C++ library and collection of tools that aims to make modding games in the Sonic the Hedgehog franchise easier.
MIT License
88 stars 24 forks source link

HedgeLib Manually Building Windows Part 3 #84

Open Langtanium opened 5 months ago

Langtanium commented 5 months ago

I'm trying to build the program in order to used HedgeSet, but I get errors when I try running the "Get-Dependencies.ps1" file. At first, it couldn't locate CMake (fixed that issue by moving CMake into the "Programs (x86)" folder), but now this error "CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage" appears. Windows PowerShell 4_17_2024 4_38_30 PM

Radfordhound commented 4 months ago

Hey, sorry for the late reply. Do you have Visual Studio installed along with the C++ build tools (you can find them in the "Visual Studio Installer")? image

Langtanium commented 4 months ago

Thanks for telling me, I confused Visual Studio with Visual Studio Code, but if you didn't tell me to enable the "Desktop development with C++" option I'll probably still be stuck, so thanks again.