diff --git a/general.ent b/general.ent index acb240b96d..a7e2ec79ff 100644 --- a/general.ent +++ b/general.ent @@ -3,7 +3,7 @@ $LastChangedBy$ $Date$ --> - + @@ -146,7 +146,7 @@ $Date$ - + diff --git a/general/graphlib/lcms.xml b/general/graphlib/lcms.xml index a0f2a106eb..580de780bc 100644 --- a/general/graphlib/lcms.xml +++ b/general/graphlib/lcms.xml @@ -6,9 +6,9 @@ - - - + + + ]> @@ -54,13 +54,14 @@ + little cms Dependencies @@ -81,8 +82,7 @@ Install little cms by running the following commands: -patch -Np1 -i ../lcms-&lcms-version;-swig_fixes-1.patch && -./configure --prefix=/usr && +./configure --prefix=/usr --with-python && make To test the results, issue: make check. @@ -95,6 +95,17 @@ install -v -m644 README.1ST doc/* /usr/share/doc/lcms-&lcms-version; + + Command Explanations + + --with-python: Omit this if you did not install + Python and SWIG. + + --disable-static: Prevent static libraries + being built and installed. + + + Contents diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index e750208ec6..b4f22ecfad 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -40,6 +40,15 @@ --> + + November 28th, 2008 + + + [ken] - Update to lcms-1.17. + + + + November 27th, 2008