How to install opentoonz/opentoonz. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
opentoonz/opentoonz Installation Guide
How to install opentoonz/opentoonz. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for opentoonz/opentoonz. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i opentoonz/opentoonzor
Install via npx
npx @hexmos/ipm i opentoonz/opentoonzPrerequisites
OpenToonz
websiteVersion: latest
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Download from Releases (Windows)
curl -Lo OpenToonzSetup.exe https://github.com/opentoonz/opentoonz/releases/download/v1.7.1/OpenToonzSetup.exe
Start-Process OpenToonzSetup.exe -ArgumentList '/SILENT /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'Download from Releases (macOS)
curl -Lo OpenToonz.pkg https://github.com/opentoonz/opentoonz/releases/download/v1.7.1/OpenToonz.pkg
sudo installer -pkg OpenToonz.pkg -target /Build from Source (Windows)
git clone https://github.com/opentoonz/opentoonz.git
cd opentoonz
call ./doc/how_to_build_win.mdBuild from Source (macOS)
git clone https://github.com/opentoonz/opentoonz.git
cd opentoonz
sh ./doc/how_to_build_macosx.mdBuild from Source (Linux)
git clone https://github.com/opentoonz/opentoonz.git
cd opentoonz
sh ./doc/how_to_build_linux.mdBuild from Source (BSD)
git clone https://github.com/opentoonz/opentoonz.git
cd opentoonz
sh ./doc/how_to_build_bsd.md