Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.43 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.43 KB

Natron on Linux

Scripts used to build and distribute Natron on Linux.

Installation

Online repository

When building third-party dependencies or the Natron binaries you can upload them to a server. For this to work you need to create a file named repo.sh next to snapshot.sh, with for example the following content:

#!/bin/sh

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

Launching snapshots

#Build GPL snapshots using 8 threads
MKJOBS=8 NATRON_LICENSE=GPL sh snapshot.sh

Release build:

To do a release build just edit the git tags accordingly in common.sh then type: #Do a GPL build using 4 threads TAR_BUILD=1 DEB_BUILD=1 RPM_BUILD=1 BUILD_CONFIG=STABLE BUILD_NUMBER=1 NATRON_LICENSE=GPL OFFLINE_INSTALLER=1 SYNC=0 NOCLEAN=1 CV=0 sh build.sh tag 4