Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DoktorMike authored Sep 29, 2019
1 parent 99667bb commit c16fc33
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@ Implementation of a GTK color picker (forked from Gcolor2)

[![Build Status](https://travis-ci.org/DoktorMike/gcolpicker.svg?branch=master)](https://travis-ci.org/DoktorMike/gcolpicker)

## Installing

Should be as simple as

```bash
git clone git@github.com:DoktorMike/gcolpicker.git
./configure
make
sudo make install
```

If you run into problems you can hardball it by running

```bash
libtoolize --copy --force
./autogen.sh
make
sudo make install
```

## Fork history
Original code v0.4 (2005-07-12) from: https://sourceforge.net/projects/gcolor2/files/gcolor2/

Expand Down

0 comments on commit c16fc33

Please sign in to comment.