Building on Microsoft Windows: Difference between revisions

→‎Building natively (MSYS2): Fix make command erroneously copied as-is from GitHub-CI build rule
(→‎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 -C ./.build all -j8 V=1 \
<syntaxhighlight lang="bash">make all -j8 \
   FLTK_LIBS="-lfltk_gl -lopengl32 -lglu32 -lfltk -lpthread"
   FLTK_LIBS="-lfltk_gl -lopengl32 -lglu32 -lfltk -lpthread"
</syntaxhighlight>
</syntaxhighlight>
216

edits