240
edits
(→Building natively (MSYS2): Replace CVODE by SUNDIALS) |
(→Building natively (MSYS2): Fix make command erroneously copied as-is from GitHub-CI build rule) |
||
Line 124: | Line 124: | ||
And build with the following flags: | And build with the following flags: | ||
<syntaxhighlight lang="bash">make | <syntaxhighlight lang="bash">make all -j8 \ | ||
FLTK_LIBS="-lfltk_gl -lopengl32 -lglu32 -lfltk -lpthread" | FLTK_LIBS="-lfltk_gl -lopengl32 -lglu32 -lfltk -lpthread" | ||
</syntaxhighlight> | </syntaxhighlight> |
edits