You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The basic compile has no dependencies and this is what you get if you type make in the console folder. For a default installation it might be useful to also ensure the user has pigz installed to provide faster gz compression.
However, if you want to support (very rare) JPEG2000 images, you will require the OpenJPEG library. This is what you get if run the following from the parent folder:
mkdir build && cd build
cmake -DUSE_OPENJPEG=ON ..
make
The COMPILE.md describes alternate compiles with different dependencies. For example, you may choose to require zlib instead of the default miniz as your internal gz compressor. In practice, for any computer with pigz installed the internal serial compressor is only used if the user explicitly requests it compressor.
Hi, as discussed earlier, I am trying to package your software.
I haven't found any dependency list in here. Could you provide one if there is one?
The text was updated successfully, but these errors were encountered: