/cura-build

Build scripts for Cura

Primary LanguageCMakeGNU Affero General Public License v3.0AGPL-3.0

cura-build

This repository contains build scripts used to build Cura and all depenencies from scratch.

OS X

  1. Install CMake (available via homebrew or cmake.org)
  2. Install latest version of Xcode.
  3. Run these commands:
git clone git@github.com:Ultimaker/cura-build.git
cd cura-build
mkdir build
cd build
cmake ..
make

Windows

On Windows, the following dependencies are needed for building:

  • CMake
  • MinGW-W64 >= 4.9.04
  • Python 3.4 (Note that some stuff will end up in your python's site-packages dir)
  • Perl
  • Windows SDK

Ubuntu

See ubuntu-15.04-build-script.sh for building under Ubuntu 15.04.