私はGISを初めて使用します。コマンド vcpkg install pcl:x64-windows. 次の OpenSSL エラーでビルドが失敗します。
Building package openssl-windows[core]:x64-windows...
-- Downloading http://strawberryperl.com/download/5.24.1.1/strawberry-perl-
5.24.1.1-32bit-portable.zip...
-- Downloading http://strawberryperl.com/download/5.24.1.1/strawberry-perl-
5.24.1.1-32bit-portable.zip... Failed. Status: 22;"HTTP response code said
error"
CMake Error at scripts/cmake/vcpkg_download_distfile.cmake:156 (message):
Failed to download file.
If you use a proxy, please set the HTTPS_PROXY and HTTP_PROXY environment
variables to "https://user:password@your-proxy-ip-address:port/".
Otherwise, please submit an issue at
https://github.com/Microsoft/vcpkg/issues
Call Stack (most recent call first):
scripts/cmake/vcpkg_find_acquire_program.cmake:237
(vcpkg_download_distfile)
ports/openssl-windows/portfile.cmake:9 (vcpkg_find_acquire_program)
scripts/ports.cmake:71 (include)
Error: Building package openssl-windows:x64-windows failed with:
BUILD_FAILED
Please ensure you're using the latest portfiles with `.\vcpkg update`,
then
submit an issue at https://github.com/Microsoft/vcpkg/issues including:
Package: openssl-windows:x64-windows
Vcpkg version: 2018.10.20-nohash
URL が機能していないようです。または、conda パッケージ マネージャーを使用して PCL をインストールしようとしました。正しくインストールされましたが、外部アプリケーションを PCL ライブラリにリンクできますか? もしそうなら、それを行う方法は?ヘッダーとライブラリはどこにありますか? pclviewer pcl_visualizer などのアプリケーションも実行できません。
ソースから PCL をビルドする別の方法があれば教えてください。ありがとう!