diff options
| author | Winfried <szukw000@arcor.de> | 2010-10-17 22:42:46 +0000 |
|---|---|---|
| committer | Winfried <szukw000@arcor.de> | 2010-10-17 22:42:46 +0000 |
| commit | f4b08bacb03457eae440ed88f70ac1598f2cee42 (patch) | |
| tree | fcda8e7487cd5979586be05cdccad12af59af62b /INSTALL | |
| parent | ae6cf3da7dd5e5e1061b9da2c693674399e79874 (diff) | |
-This line, and those below, will be ignored--
M configure
M Makefile.in
M opj_config.h.in.user
M mj2/Makefile.in
M mj2/Makefile.am
M mj2/Makefile.nix
M libopenjpeg/Makefile.in
M jp3d/Makefile.in
M jp3d/libjp3dvm/Makefile.in
M jp3d/Makefile.nix
M jp3d/codec/Makefile.in
M jp3d/codec/Makefile.am
M config.nix
M configure.ac
M doc/Makefile.in
M doc/Makefile.am
M doc/Makefile.nix
M INSTALL
M CHANGES
M jpwl/Makefile.in
M jpwl/Makefile.am
M jpwl/Makefile.nix
M Makefile.am
M Makefile.nix
M codec/Makefile.in
M codec/Makefile.am
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -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 ------ |
