mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 13:04:03 -06:00
doc: Add SLIC3R_WX_STABLE to Linux build doc #1779
This commit is contained in:
parent
72d85261fb
commit
6ab6829b8d
2 changed files with 12 additions and 1 deletions
|
@ -65,7 +65,8 @@ if (SLIC3R_GUI)
|
|||
else ()
|
||||
find_package(wxWidgets 3.1 QUIET COMPONENTS base core adv html gl)
|
||||
if (NOT wxWidgets_FOUND)
|
||||
message(FATAL_ERROR "\nCould not find wxWidgets 3.1.\nHint: On Linux you can set -DSLIC3R_WX_STABLE=1 to use wxWidgets 3.0")
|
||||
message(FATAL_ERROR "\nCould not find wxWidgets 3.1.\n"
|
||||
"Hint: On Linux you can set -DSLIC3R_WX_STABLE=1 to use wxWidgets 3.0\n")
|
||||
endif ()
|
||||
endif ()
|
||||
else ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue