Table of Contents

Windows x86_64

Build & CompilePlatforms


Introduction

This page describes how to Build a native Windows x86_64, 64bit Intel, Rocrail package.



MSYS2

Open a MSYS2 CLANG64 shell.

Install Utilities

See also some notes on MSYS2.

Update


wxWidgets

Get Sources

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

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=WIN64 GENSUFFIX=.exe CPP=cc CC=cc LNK=cc SHARED=--shared WX_FLAGS="`wx-config --cflags`" WXCONFIG=wx-config LIBGCC=-lc++ fromtar


ZIP Installer

rocrail/package/zipper.sh WIN64 Windows