Awesome
Color Picker
Choose colors from the picker or the screen
This README is only relevant for development resources and instructions. For a description of Color Picker, screenshots and installation instructions for end-users, please see the website.
Compile from source
GNOME Builder (Recommended)
GNOME Builder is the environment used for the development of this application. It can use Flatpak manifests to create a consistent building and running environment cross-distro. Thus, it is highly recommended you use it.
- Download GNOME Builder.
- In Builder, click the "Clone Repository" button at the bottom, using
git@gitlab.gnome.org/World/gcolor3.git
orhttps://gitlab.gnome.org/World/gcolor3.git
as the URL. - Click the build button at the top once the project is loaded.
Manual
If you feel at home in the terminal or would like to build outside of Builder, these are the commands to use:
git clone https://gitlab.gnome.org/World/gcolor3.git
cd gcolor3
meson _build
ninja -C _build
Bugs
For any bug or request, please create an issue on GitLab.
License
Copyright © 2013 - 2018 Jente Hidskes <hjdskes@gmail.com>