laslib package not found even after apparently instaling success
I'm installing the software LAG who needs some dependencies like laslib. When I run ./configure the log return that the laslib package was not found.
checking dependency style of g++... gcc3
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GTKmm... yes
checking for GTKGLextmm... yes
checking for GThread... yes
checking for laslib... no
configure: error: Package requirements (laslib) were not met:
No package 'laslib' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
I downloaded the laslib and made it from terminal with apparently success. But the error during ./configure persist.
All sources I download to /home/usr/src and run the make file from the respective subfolders inside the src folder.
I'm not sure how to solve this. Am I doing something wrong during laslib make? Any suggestion to solve the laslib missing?
I'm installing the software LAG who needs some dependencies like laslib. When I run ./configure the log return that the laslib package was not found.
checking dependency style of g++... gcc3
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GTKmm... yes
checking for GTKGLextmm... yes
checking for GThread... yes
checking for laslib... no
configure: error: Package requirements (laslib) were not met:
No package 'laslib' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
I downloaded the laslib and made it from terminal with apparently success. But the error during ./configure persist.
All sources I download to /home/usr/src and run the make file from the respective subfolders inside the src folder.
I'm not sure how to solve this. Am I doing something wrong during laslib make? Any suggestion to solve the laslib missing?
No comments:
Post a Comment