PrusaSlicer Open-Source Code Issues
Hello everyone,
I have been working with the normal download of PrusaSlicer for a while now and have realized that I would like some more customization options and was wanting to download the official source code to make a very customized slicer for my printer. The issue has been found when running through the how to build page for Windows and have only been able to get to the second part of 2.A where you are supposed to be able to build the Visual Studio project file for PrusaSlicer. When I try to run the last step of the 2nd step (cmake .. -DCMAKE_PREFIX_PATH="c:\src\PrusaSlicer\deps\build\destdir\usr\local"), I always get a CMake error where it says it is missing a package even though all the packages should have been installed in the last step. Specifically they are PkgConfig and OpenVDB; I am just not sure of how to install those since I don't think PkgConfig is installed, but OpenVDB seems to be installed from looking at my deps folder. I am using CMake version 3.31.7 and Microsoft Visual Studio 17. Any help would be much appreciated!
RE: PrusaSlicer Open-Source Code Issues
You could try asking on the prusa slicer github repo too. I assume you have already searched through the open and closed issues there already ?