Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No dependencies? #120

Closed
TheChymera opened this issue Jul 24, 2017 · 1 comment
Closed

No dependencies? #120

TheChymera opened this issue Jul 24, 2017 · 1 comment

Comments

@TheChymera
Copy link

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?

@neurolabusc
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants