fixed paths to png and tiff in CMakeLists.txt and fixed link to lcms library (patch...
[openjpeg.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index b14fb395dc6b471712524a369943d52bd0f7ec94..a82faa9ea092f03eb2c364c63b4a3961fc062b67 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -62,12 +62,15 @@ Main available cmake flags:
 3) Manually using Makefile.nix:
 - Manually edit the config.nix file
 - Manually create an opj_config.h file from opj_config.h.in.user
-- Then : (remove the unwanted targets)
-    make -f Makefile.nix all jpwl-all jp3d-all doc-all
-    make -f Makefile.nix clean jpwl-clean jp3d-clean doc-clean
-    make -f Makefile.nix install jpwl-install jp3d-install
-    make -f Makefile.nix uninstall jpwl-uninstall jp3d-uninstall
-
+  and edit this opj_config.h
+- Then : (if 'WITH_JPWL' and/or 'WITH_JP3D' are defined in config.nix)
+    make -f Makefile.nix all
+    make -f Makefile.nix install
+    make -f Makefile.nix clean
+    make -f Makefile.nix uninstall
+- If neither 'WITH_JPWL' nor 'WITH_JP3D' is defined in config.nix
+  and you want to clean/compile/install/uninstall JPWL/JP3D:
+  call the respective target in the respective directory.
 
 MACOSX
 ------