User Tools

Site Tools


develop:cc64mingw

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
develop:cc64mingw [2025/04/30 11:45] rjversluisdevelop:cc64mingw [2025/04/30 11:47] (current) rjversluis
Line 12: Line 12:
 **Linux:** **Linux:**
 <code> <code>
-sudo apt-get install mingw-w64+sudo apt install mingw-w64
 </code> </code>
 **macOS:** **macOS:**
Line 26: Line 26:
 git clone --recurse-submodules https://github.com/wxWidgets/wxWidgets.git git clone --recurse-submodules https://github.com/wxWidgets/wxWidgets.git
 cd wxWidgets cd wxWidgets
-mkdir winbuild 
 </code> </code>
  
-====Check out a stable build====+====Check out a stable tag====
 Tags can be found here: Tags can be found here:
   * https://github.com/wxWidgets/wxWidgets/tags   * https://github.com/wxWidgets/wxWidgets/tags
Line 60: Line 59:
 cd winbuild cd winbuild
 ../configure --prefix=/opt/local/x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --with-msw --enable-unicode --disable-shared --enable-graphics_ctx --enable-monolithic --enable-stc --enable-debug=no ../configure --prefix=/opt/local/x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --with-msw --enable-unicode --disable-shared --enable-graphics_ctx --enable-monolithic --enable-stc --enable-debug=no
-make+make -j8
 sudo make install sudo make install
 </code> </code>
develop/cc64mingw.1746006305.txt.gz · Last modified: 2025/04/30 11:45 by rjversluis