Skip to content

Installation

Alex May edited this page May 2, 2020 · 1 revision

Installation

Download the latest version of ArtMOO from here:

https://github.com/bigfug/moo/releases/latest

There are versions for Ubuntu 20.04 (focal), Ubuntu 18.04 (bionic), Raspberry Pi (buster), macOS (High Sierra/10.13+), and Windows 10 x64.

Windows will install ArtMOO to your start menu, macOS allow you to drag and drop the application folder to your Applications directory.

Build from Source

ArtMOO is very easy to build from source. It needs Git, Qt 5 (https://www.qt.io/), and CMake (https://cmake.org/):

git clone https://github.com/bigfug/moo.git
mkdir build
cd build
cmake ../moo
Clone this wiki locally