Merge pull request #50 from halian/master

Fix build errors on Mac OS X+
This commit is contained in:
Brendan Hagan
2022-11-18 20:36:08 -05:00
committed by GitHub
6 changed files with 25 additions and 3 deletions
+3 -2
View File
@@ -74,8 +74,9 @@ sudo apt install libboost-dev libwxgtk3.0-gtk3-dev libhunspell-dev
Then use cmake to build
````
cmake build -DCMAKE_BUILD_TYPE=Release
cmake --build build
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .
````
Use `CMAKE_BUILD_TYPE=Debug` for a debug build