Building - mr-martian/quest-editor GitHub Wiki
Quest should be possible to build on these platforms:
- GNU/Linux
- macOS
- Windows
As all of its dependencies also build on these platforms.
Below are some notes
GNU/Linux
macOS
Windows
Dusty's devlog 2025-01-25: Windows build support is a work in progress. I'm investigating different options. At present, it seems like the most straightforward way is to create a Visual Studio solution that manages all the dependencies and the build process.
One rule for the project we discussed is not tying development to a single compiler, so supporting MSVC is sort of in favor of that goal. :)