summaryrefslogtreecommitdiff
path: root/README.1ST
diff options
context:
space:
mode:
authormm2 <marti.maria@littlecms.com>2021-06-24 12:23:15 +0200
committermm2 <marti.maria@littlecms.com>2021-06-24 12:23:15 +0200
commit5ef8c971244fe4e8e376afdcfad67899a73a9285 (patch)
tree956324af10f41a7d55320436e05cd986d41b78a1 /README.1ST
parentd677b1323fcd94e1f1199fe89a27bf01af6157a2 (diff)
downloadlcms2-5ef8c971244fe4e8e376afdcfad67899a73a9285.tar.gz
Remove all autotools files
Diffstat (limited to 'README.1ST')
-rw-r--r--README.1ST13
1 files changed, 9 insertions, 4 deletions
diff --git a/README.1ST b/README.1ST
index eff7a1f..5f721cd 100644
--- a/README.1ST
+++ b/README.1ST
@@ -1,12 +1,17 @@
-About Little CMS
+## About Little CMS
Little CMS intends to be an OPEN SOURCE small-footprint color management engine, with special focus on accuracy and performance. It uses the International Color Consortium standard (ICC), which is the modern standard when regarding to color management. The ICC specification is widely used and is referred to in many International and other de-facto standards. It was approved as an International Standard, ISO 15076-1, in 2005.
-Conformance
+## Conformance
Little CMS 2.12 is a FULL IMPLEMENTATION of ICC specification 4.3, it fully supports all kind of V2 and V4 profiles, including abstract, devicelink and named color profiles. Check the tutorial for a exhaustive list of features.
-A bit of story
+## A bit of story
Since the initial release, back in 1998, Little CMS has grown to become one of the most popular open-source color management libraries, and has been used in a large number of production projects, in areas as printer firmware, monitors, digital cameras, RIPs, publishing, scientific, and many others. You can find Little CMS in most Linux distributions, and it's released under an open source license.
-Please see the complete documentation in doc folder
+## Please see the complete documentation in doc folder
+
+## BUILDING LINUX PACKAGES FORM DEVELOPMENT REPOSITORY:
+
+Please run ./autogen.sh in order to generate the autotools ./configure script. You need autotools installed. Oficial releases have the configure script already created.
+