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

failing to install latest version of openjpeg from source #1041

Closed
franfcunha opened this issue Nov 13, 2017 · 1 comment
Closed

failing to install latest version of openjpeg from source #1041

franfcunha opened this issue Nov 13, 2017 · 1 comment

Comments

@franfcunha
Copy link

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

@rouault
Copy link
Collaborator

rouault commented Nov 13, 2017

Probably something on your side. Note: there's a typo in your command line. You lack a dash sign before DCMAKE_BUILD_TYPE=Release

@rouault rouault closed this as completed Nov 13, 2017
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