develop:cc64mingw
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
develop:cc64mingw [2025/04/30 11:46] – rjversluis | develop:cc64mingw [2025/06/22 09:06] (current) – rjversluis | ||
---|---|---|---|
Line 26: | Line 26: | ||
git clone --recurse-submodules https:// | git clone --recurse-submodules https:// | ||
cd wxWidgets | cd wxWidgets | ||
- | mkdir winbuild | ||
</ | </ | ||
- | ====Check out a stable | + | ====Check out a stable |
Tags can be found here: | Tags can be found here: | ||
* https:// | * https:// | ||
< | < | ||
cd wxWidgets | cd wxWidgets | ||
- | git checkout 3.2 | + | git checkout |
mkdir winbuild | mkdir winbuild | ||
</ | </ | ||
- | |||
- | ====Update sources==== | ||
- | < | ||
- | cd wxWidgets | ||
- | git checkout master | ||
- | git pull | ||
- | git submodule update | ||
- | git checkout 3.2 | ||
- | </ | ||
====Build the 64bit library==== | ====Build the 64bit library==== | ||
Line 52: | Line 42: | ||
< | < | ||
cd winbuild | cd winbuild | ||
- | ../ | + | ../ |
make | make | ||
sudo make install | sudo make install | ||
Line 59: | Line 49: | ||
< | < | ||
cd winbuild | cd winbuild | ||
- | ../ | + | ../ |
make -j8 | make -j8 | ||
sudo make install | sudo make install | ||
Line 69: | Line 59: | ||
< | < | ||
cd win32build | cd win32build | ||
- | ../ | + | ../ |
make | make | ||
sudo make install | sudo make install |
develop/cc64mingw.1746006411.txt.gz · Last modified: 2025/04/30 11:46 by rjversluis