summaryrefslogtreecommitdiff
path: root/INSTALL
AgeCommit message (Collapse)Author
2015-09-29Fix repository for JPEG2000 test dataStefan Weil
The data is now maintained in a git repository on Github. Signed-off-by: Stefan Weil <sw@weilnetz.de>
2012-10-01[trunk] FolderReorgProposal task: update install instructionMathieu Malaterre
Update issue 177
2011-11-24add note for cmakeMathieu Malaterre
2011-08-22updated INSTALL files, fixed a bug in CMakeLists.txt that prevented finding ↵Antonin Descampe
the data directory
2011-08-22INSTALL and THANKS files updateAntonin Descampe
2011-08-15minor changes in autotools installation READMEAntonin Descampe
2011-04-14initial commit of OpenJPIP 1.0, a JPIP client-server architecture based on ↵Antonin Descampe
OpenJPEG (see README file in jpip directory for more details)
2011-04-14fixed applications/codec/CMakeLists.txt that prevented JPWL executables to ↵Antonin Descampe
be built with JPWL functionalities ; changed make all behaviour : DOC target removed from ALL
2011-04-13renamed and reorganized "jp3d" directory to "openjpeg3d". Is now a ↵Antonin Descampe
standalone directory, with independent cmake files. Done as it uses its own version of the openjpeg library and does not depend on the one currently developped. Will be removed from the trunk and stored in a branch.
2011-03-04updated autotools files to improve build and install procedures (credit to ↵Antonin Descampe
Vincent Torri)
2010-12-05revert to previous behaviour for cmake: builds (and links) dynamically by ↵Antonin Descampe
default. Static build only if -DBUILD_SHARED_LIBS is set to OFF.
2010-11-28changed cmake behaviour: executables are now always statically linked. When ↵Antonin Descampe
-DBUIL_SHARED_LIBS option is ON (the default), the shared versions of the libraries are also built (but executables remain linked against the static libraries).
2010-11-17minor changes in cmake files (from winfried)Antonin Descampe
2010-11-16minor changes in cmake flagsAntonin Descampe
2010-11-11add info on how to build doxygen doc with autotoolsAntonin Descampe
2010-10-17-This line, and those below, will be ignored--Winfried
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
2010-10-05Added files to let people build openjpeg with configure tools ; Added ↵Antonin Descampe
makefiles to let people manually build openjpeg on *nix platforms ; Removed obsolete Makefiles ; Renamed dirent.h to windirent.h ; Made optional the PNG, TIFF, and LCMS support in CMake files ; Added opj_config* files to configure openjpeg before building it (opj_config.h generated by configure, cmake, or manually by the user) ; Renamed this file from ChangeLog to CHANGES ; Renamed License.txt to LICENSE ; Updated README files ; Added INSTALL and LICENSE files ; Added man pages