Skip to content
This repository was archived by the owner on Dec 9, 2022. It is now read-only.

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Natron on Linux

Scripts used to build and distribute Natron on Linux.

Binary installation Notes

Some distributions require additional dependencies.

CentOS/RHEL/Fedora:

yum install libGLU

Ubuntu 10.04:

apt-get install libxcb-shm0

Kubuntu:

apt-get install librsvg2-2

Technical information

Minimum requirements for running Natron on Linux:

  • Linux 2.6.18
  • Glibc 2.12
  • LibGCC 4.4
  • Freetype
  • Zlib
  • Glib
  • LibSM
  • LibICE
  • LibXrender
  • Fontconfig
  • LibXext
  • LibX11
  • Libxcb
  • Libexpat
  • LibXau
  • Bzip2
  • LibGL
  • Pango
  • librsvg

Most Linux installations since 2010 meet these requirements. Natron is compatible with the VFX Reference Platform CY2015.

Build server installation

The server will now auto build from the workshop branch on changes.

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