mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
add configuration select image to readme (#85)
Make this step more explicit. If you forget this step, it looks exactly like the bug mentioned where wxwidgets is installed but not detected by FindwxWidgets.cmake, which is very confusing.
This commit is contained in:
@@ -36,12 +36,17 @@ and/or
|
||||
````
|
||||
.\vcpkg install pkgconf wxwidgets boost-smart-ptr boost-regex boost-logic boost-pool boost-iterator hunspell --triplet=x86-windows-static
|
||||
````
|
||||
then, regardless of your choice
|
||||
````
|
||||
.\vcpkg integrate install
|
||||
````
|
||||
|
||||
* Then just use "Open Folder" from inside visual studio to open the Magic Set Editor source code root folder.
|
||||
* Select the configuration that you want to build (release x64-windows-static), and hit F7.
|
||||
* Select the configuration that you want to build (probably release x64-windows-static).
|
||||
|
||||

|
||||
|
||||
* To build the app go to Build menu > build magicseteditor.exe
|
||||
|
||||
Notes:
|
||||
* You will most likely get a message about being unable to open hunspell-1.7.lib because pkgconf forgets to add the actual path to HUNSPELL_LIBRARIES. If so, uncomment the noted line in CMakeLists.txt (line 31) and point it to the root vcpkg installation to find the correct hunspell-1.7.lib file.
|
||||
|
||||
Reference in New Issue
Block a user