Hi, I wasn’t able to open the demo version of Zrythm using the installer (I’m using Windows 10) so I decided to compile the source code myself but noticed that I was using the master branch his whole time instead of the v1 branch. Is whatever I’m trying to compile going to give me a usable version of Zrythm or do I have to switch to the code provided in the v1 branch?
If I don’t have to switch (which I really hope as I spend more than 50 hours learning how to build from scratch and figuring out how to get all the dependencies needed for Windows) I’d appreciate some advice on how to get cmake or msvc to locate soxr and fftw3 threads. I already tried installing them via vcpkg, which didn’t work, so I built soxr from source and set fftw3 up the way it was supposed to be set up then tried adding both to my environment variables but it still couldn’t locate either (I added them in the system variables named what cmake told me it searched for but couldn’t find, tried putting them in the PATH category in the system variables and tried adding them in msvc in the properties of CompilerldC.vcxproj; CompilerldCXX.vcxproj and VCTargetsPath.vcxproj the way, I read, I was supposed to add external libraries and headers). None of that worked it just gave me the error message that making the cmake files wasn’t possible as cmake couldn’t find them in different variations (idk if that’s a good thing as sometimes it searched for fftw3 and sometimes it aborted after telling me that it couldn’t locate soxr).
Do I maybe have to get the dependencies that have (only Linux) added in the requirements.txt? I’m really desperate to fix this XD
If anyone knows how to solve this, I’d appreciate any ideas cause I really want to try Zrythm as it looks perfect to me but I feel like I’ve reached a dead end