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
develop:cc64mingw [2025/04/30 11:47] rjversluisdevelop:cc64mingw [2025/06/22 09:06] (current) rjversluis
Line 33: Line 33:
 <code> <code>
 cd wxWidgets cd wxWidgets
-git checkout 3.2+git checkout v3.3.0
 mkdir winbuild mkdir winbuild
 </code> </code>
  
- 
-====Update sources==== 
-<code> 
-cd wxWidgets 
-git checkout master 
-git pull 
-git submodule update 
-git checkout 3.2 
-</code> 
  
 ====Build the 64bit library==== ====Build the 64bit library====
Line 51: Line 42:
 <code> <code>
 cd winbuild cd winbuild
-../configure --prefix=/usr/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=/usr/x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --with-msw --disable-shared --enable-graphics_ctx --enable-monolithic --enable-stc --enable-debug=no
 make make
 sudo make install sudo make install
Line 58: Line 49:
 <code> <code>
 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 --disable-shared --enable-graphics_ctx --enable-monolithic --enable-stc --enable-debug=no
 make -j8 make -j8
 sudo make install sudo make install
Line 68: Line 59:
 <code> <code>
 cd win32build cd win32build
-../configure --prefix=/usr/i686-w64-mingw32 --host=i686-w64-mingw32 --target=i686-w64-mingw32 --with-msw --enable-unicode --disable-shared --enable-graphics_ctx LDFLAGS=-static --enable-monolithic --enable-stc --enable-debug=no+../configure --prefix=/usr/i686-w64-mingw32 --host=i686-w64-mingw32 --target=i686-w64-mingw32 --with-msw --disable-shared --enable-graphics_ctx LDFLAGS=-static --enable-monolithic --enable-stc --enable-debug=no
 make make
 sudo make install sudo make install
develop/cc64mingw.txt · Last modified: 2025/06/22 09:06 by rjversluis