- git
- brew
- Xcode
- cmake
- Version 3.2.2 confirmed to work.
- Qt
- http://download.qt.io/official_releases/qt/5.5/5.5.1/
- qt-opensource-mac-x64-clang-5.5.1.dmg
- http://download.qt.io/official_releases/qt/5.5/5.5.1/
- boost
$ brew install glew lz4 libjpeg libpng lzo pkg-config
$ git clone https://github.com/opentoonz/opentoonz
If the directory /Applications/OpenToonz/OpenToonz_1.0_stuff
does not exist, enter the following command:
$ sudo cp -r opentoonz/stuff /Applications/OpenToonz/OpenToonz_1.0_stuff
$ cd opentoonz/thirdparty/tiff-4.0.3
$ ./configure && make
The following assumes boost_1_55_0.tar.bz2
was downloaded to ~/Downloads
.
$ cd ../boost
$ mv ~/Downloads/boost_1_55_0.tar.bz2 .
$ tar xjvf boost_1_55_0.tar.bz2
$ cd ../../toonz
$ mkdir build
$ cd build
$ cmake ../sources
$ make
Please be patient as the install will take a while.
$ open ./toonz/OpenToonz_1.0.app