3 Commits

Author SHA1 Message Date
Alexander Alexeev
4f4f785390
Fix build on DragonFly BSD (#674)
Need use gcc > 8 for building:

sudo pkg install gcc-12_5
export CC=/usr/local/bin/gcc; export CXX=/usr/local/bin/g++
cmake -G "Unix Makefiles" .
make
2024-07-13 14:33:11 -07:00
casey langen
5c765a9520 A couple tweaks to support compiling against Haiku without changes. 2022-12-24 19:03:46 -08:00
casey langen
35c8e1df02 Some CMake cleanup. Marching towards static linking... 2022-02-07 17:22:51 -08:00