mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
fixed building on linux; updated linux directions
This commit is contained in:
@@ -66,8 +66,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