Support
Wiki Documentation
Support Forum
Mobile
- andRoc Android
- Rocweb Browser
- WIO-Control ESP32
- Rocview Tablet
- RC-Cab Android
DIY
User
Wiki writer
Legal
Support
Wiki Documentation
Support Forum
Mobile
DIY
User
Wiki writer
Legal
This is an old revision of the document!
Download from http://msysgit.github.io/ the latest GIT installer.
Tested with "git version 1.9.4.msysgit.2". |
Download from http://www.mingw.org the latest mingw-get-setup.exe.
Tested with "0.6.2-beta". |
Start the setup after it has been downloaded.
Select following packages:
Tested with wxWidgets 3.0.2. |
Now double click on the MSYS batch file C:\MinGW\msys\1.0\msys.bat to open a unix like shell and try this:
cd c: cd wxWidgets-3.0.2 mkdir mingw cd mingw ../configure --disable-shared --enable-unicode --enable-graphics_ctx --enable-monolithic make BUILD=release
checkout the sources with GIT:
mkdir C:\Projects cd C:\Projects git clone <repository link> Rocrail
Open a command shell and change directory to C:\Projects\Rocrail and execute make:
cd C:\Projects\Rocrail make PLATFORM=WIN32 NATIVE=WIN32 MINGWINSTALL=C:\wxWidgets-3.0.2 wxversion=3.0