Table of Contents

Windows i386

Build & CompilePlatforms


Introduction

This page describes how to Build a native Windows i386, 32bit Intel, Rocrail package.
Note: 32bit systems are obsolete and most software update do no longer provide 32bit versions.



MSYS2

Open a MSYS2 mingw32 shell.

Install Utilities

See also some notes on MSYS2.


wxWidgets

Get Sources

git clone --recurse-submodules https://github.com/wxWidgets/wxWidgets.git
cd wxWidgets
mkdir winbuild
cd winbuild
git checkout v3.2.6

Configure & Build

../configure --with-msw --enable-unicode --disable-shared --enable-graphics_ctx --enable-monolithic --enable-stc --enable-debug=no
make -j4
make install


Rocview & Rocview

Get Sources

git clone <repository link>
cd Rocrail

Make Parameters

cd Rocrail
make -j4 PLATFORM=WIN32 GENSUFFIX=.exe WX_FLAGS="`wx-config --cflags`" LNK_FLAGS="`wx-config --libs std,aui,stc` -mthreads -static" WXCONFIG=wx-config fromtar


ZIP Installer

rocrail/package/zipper.sh WIN32 Windows