/natron-mingw

Build scripts for Natron using MSYS2 to target Win32 and Win64 (i686/x86_64)

Primary LanguageShell

This repository has reached is end of life. It has been merged to MrKepzie/Natron

Natron on Windows

Scripts used to build and distribute Natron from Windows to Windows using MingW-w64 (via MSYS2).

Build server installation

Requires any Windows machine (XP+). These scripts make use of MSYS2 to operate.

Create the local.sh file in the root of natron-mingw to specify various infos, e.g:

#!/bin/sh

REPO_DEST=user@host:/path
REPO_URL=http://some.url

If this is the first time installing it, make sure to install all base packages by running:

#Use BIT=32 or BIT=64
BIT=64
sh include/scripts/setup-msys.sh $BIT
sh include/scripts/build-sdk.sh $BIT

The environment is now ready to build Natron and plug-ins, just run:

#Use BIT=32 or BIT=64
BIT=64
sh snapshots.sh 64