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
Following the instructions from https://github.com/uclouvain/openjpeg/blob/master/INSTALL.md and after:
mkdir build cd build cmake .. DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS:bool=on make
I have been unable to
sudo make install given that it throws me ***No rule to make target install. Stop.
Any tip? Tks
The text was updated successfully, but these errors were encountered:
Probably something on your side. Note: there's a typo in your command line. You lack a dash sign before DCMAKE_BUILD_TYPE=Release
Sorry, something went wrong.
No branches or pull requests
Following the instructions from https://github.com/uclouvain/openjpeg/blob/master/INSTALL.md and after:
mkdir build
cd build
cmake .. DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS:bool=on
make
I have been unable to
sudo make install given that it throws me ***No rule to make target install. Stop.
Any tip?
Tks
The text was updated successfully, but these errors were encountered: