mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Merge pull request #50 from halian/master
Fix build errors on Mac OS X+
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user