OMPL 在windows下的安裝

2022-06-09 21:00:09 字數 636 閱讀 7550

下面以安裝ompl進行說明,在安裝ompl之前需要使用vcpkg安裝以下依賴庫:

vcpkg install ompl

如果想安裝x64版本

vcpkg install ompl:x64-windows

5.1 依賴庫的安裝

vcpkg install assimp[:x64-windows]

vcpkg install fcl[:x64-windows]

vcpkg install pqp[:x64-windows]

5.2 編譯安裝

進入ompl目錄,在此處開啟命令列,執行以下命令:

mkdir build

cd build

cmake -g"visual studio 15 2017[win64]" -dcmake_build_type=release -dcmake_toolchain_file="vckg_path\scripts\buildsystems\vcpkg.cmake" -dompl_registration=off ..

注意,"vckg_path\scripts\buildsystems\vcpkg.cmake",要設定成自己vcpkg的安裝目錄;

Memcached在Windows下的安裝

前言 簡介下 memcached 和 memcache 的區別和聯絡 memcached和memcache的區別,其實很簡單,乙個是服務端,乙個是客戶端,就像mysql一樣,我們在命令列裡輸入各種sql語句就能查詢到需要的結果,這就是客戶端,客戶端接收我們輸入的命令從服務端查詢,mysqld就是服務...

OpenSSL在Windows下的編譯安裝

解壓openssl以後,在其目錄下可以發現有個install.w32檔案,這個檔案就是在windows下的安裝說明。你可以用ultraedit開啟它。2.安裝編譯器 任意乙個都可以 我僅以visual c 為例子。visual c borland c gnu c cygwin or mingw 3....

MongoDB在Windows環境下的安裝與操作

1 建立 mongodb data db 存放資料檔案 建立.mongodb logs 存放日誌檔案 2 建立服務以便在需要使用mongodb時,開啟服務來使用 cmd中進入.mongodb bin 執行以下命令 本例安裝mongodb在e盤 執行services.msc檢視服務列表,在需要時開啟m...