Skip to content

A simple color chooser written in GTK3 (like gcolor2) -- moved to GNOME GitLab

License

Notifications You must be signed in to change notification settings

Hjdskes/gcolor3

Repository files navigation

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.

  1. Download GNOME Builder.
  2. In Builder, click the "Clone Repository" button at the bottom, using git@gitlab.gnome.org/World/gcolor3.git or https://gitlab.gnome.org/World/gcolor3.git as the URL.
  3. 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

Please see LICENSE on GitLab.

Copyright © 2013 - 2018 Jente Hidskes <hjdskes@gmail.com>