diff options
author | Mattias Andrée <maandree@kth.se> | 2021-08-29 11:16:20 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-08-29 11:16:20 +0200 |
commit | c7f5207baaa56f4266155c6b9b2c4aad19796912 (patch) | |
tree | 531bd2ddc9279e1b8f8ff06df8917adf0cc5da06 /README | |
parent | Sort entries and remove duplicate entry in STATUS (diff) | |
download | libcolour-c7f5207baaa56f4266155c6b9b2c4aad19796912.tar.gz libcolour-c7f5207baaa56f4266155c6b9b2c4aad19796912.tar.bz2 libcolour-c7f5207baaa56f4266155c6b9b2c4aad19796912.tar.xz |
Update README
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ DESCRIPTION futhermore provides access to custom RGB colour spaces. To use libcolour, include the header file <libcolour.h> and - link with /usr/local/lib/libcolour.a -lm or -lcolour. + link with -lcolour -lm. COLOUR MODELS libcolour supports a number of colour models. A colour model |