We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In this commit from May 15, 2018, I can see you removed the compilation of mJPEG.
mJPEG
I added this line to the all rule of util/Makefile to get mJPEG:
all
-(cd JPEG; ./Configure.sh; make; make install)
Is it normal that this line has been removed?
The text was updated successfully, but these errors were encountered:
According to #4 mJPEG has been replaced by mViewer.
To the authors, you may want to update the tutorial at http://montage.ipac.caltech.edu/docs/m101tutorial.html. It still has mJPEG.
Sorry, something went wrong.
Thanks! As you said, it would be great to update the documentation (maybe someone should open a new Github issue).
Then I guess I can close this issue.
No branches or pull requests
In this commit from May 15, 2018, I can see you removed the compilation of
mJPEG
.I added this line to the
all
rule of util/Makefile to getmJPEG
:Is it normal that this line has been removed?
The text was updated successfully, but these errors were encountered: