mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-08-03 04:37:39 -04:00

* Add `WITH_FLUIDSYNTH` option and disable it by default. FluidSynth has a lot of dependencies. On Windows, it takes up about 90% of the build time with vcpkg. Disabling it by default would speed up the build process for new developers. * Disable GCC checks for MSVC (clang-cl) to speed up the configuration step. * Move CMDLINE and COPYING to docs, remove README.md from distribution. * Remove "woof.com" hack for console output on Windows. The console still works in debug builds. * Always search FluidSynth, update README.md.