A tool for artists to create harmonious color palettes in seconds
- Windows
- Mac - Coming Soon
- Linux Fedora -
sudo dnf install prestopalette
- Linux RedHat / CentOS - Coming Soon to EPEL
- Linux Ubuntu - Not available as a pre-compiled package. We are looking for an Ubuntu maintainer. In the mean time, you may fetch the source and compile it yourself. See below.
- Linux Other - You may fetch the source and compile it yourself. See below.
(Easiest) Use Qt Creator
1. git clone https://github.com/PrestoPalette/PrestoPalette
2. Launch Qt Creator
3. Open the PrestoPalette directory with Qt Creator
4. Build and Run
Fedora (Red Hat Enterprise / CentOS)
git clone https://github.com/PrestoPalette/PrestoPalette
cd PrestoPalette
cd scripts
./setup_fedora.sh
./build_fedora.sh
Ubuntu
git clone https://github.com/PrestoPalette/PrestoPalette
cd PrestoPalette
cd scripts
./setup_ubuntu.sh
./build_qmake.sh
macOS
brew update > /dev/null
&& brew install qt5 > /dev/null
&& brew install pngcrush > /dev/null
&& export PATH=/usr/local/opt/qt5/bin/:$PATH
git clone https://github.com/PrestoPalette/PrestoPalette
cd PrestoPalette
cd scripts
./build_osx.sh