lundi 28 décembre 2020

Install jpeg 2000 on Windows 10

I want to investigate a new application for JPEG 2000 encoding and decoding. I downloaded openjpeg-master and managed to cobble together the ability to cmake the files. After a bunch of grinding, this resulted in the following output: "Build files have been written to: C: openjpeg-master/build \build> "

Any "normal" Unix installations have a multi-step installation like this:

"UNIX/LINUX - MacOS (terminal) - WINDOWS (cygwin, MinGW) To build the library, type from source tree directory:

mkdir build

cd build

cmake .. -DCMAKE_BUILD_TYPE=Release

make

Binaries are then located in the 'bin' directory.

To install the library, type with root privileges:

make install

make clean To build the html documentation, you need doxygen to be installed on your system. It will create an "html" directory in TOP_LEVEL/build/doc)

make doc"

But the Windows 10 equivalent is unclear, to put the most charitable spin on it. You can find it here: "https://ift.tt/3rz9iFf" Some questions arise:

  1. is there a better starting place for installing JPEG 2000 that actually shows me how to install it and run the tests?
  2. if not, how do I get from the build files to installing the libraries and making the test programs?
  3. Is there more information I can dig out that would help to answer these questions?

Aucun commentaire:

Enregistrer un commentaire