With homebrew, you can install them with following command.
$ brew install glew lz4 libjpeg libpng lzo pkg-config libusb cmake git-lfs libmypaint
Or, you should build and install them manually.
$ git clone https://github.com/opentoonz/opentoonz cd opentoonz git lfs pull
If the directory /Applications/OpenToonz/OpenToonz_1.1_stuff
does not exist, enter the following command:
$ sudo cp -r stuff /Applications/OpenToonz/OpenToonz_1.1_stuff
$ cd 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
If using Qt 5.9.2, this is unnecessary.
$ cd ../lzo $ cp -r 2.03/include/lzo driver
$ cd ../../toonz $ mkdir build $ cd build CMAKE_PREFIX_PATH=~/Qt5.9.2/5.9.2/clang_64 cmake ../sources $ make
Please be patient as the install will take a while.
$ open ./toonz/OpenToonz_1.1.app