Building on Microsoft Windows: Difference between revisions

→‎Building natively (MSYS2): Update configure flags (remove workaround for termcap; add workaround for weak symbols)
(→‎Building natively (MSYS2): Update dependencies list (mainly PCRE2 instead of PCRE))
(→‎Building natively (MSYS2): Update configure flags (remove workaround for termcap; add workaround for weak symbols))
 
Line 121: Line 121:
<syntaxhighlight lang="bash">../configure \
<syntaxhighlight lang="bash">../configure \
   --disable-docs \
   --disable-docs \
   ac_cv_search_tputs=-ltermcap</syntaxhighlight>
   gl_cv_have_weak=no</syntaxhighlight>


And build with the following command:
And build with the following command:
216

edits