brew install eigen
安裝完成後,eigen資料夾位於/usr/local/cellar/eigen/3.3.7/include/eigen3
資料夾內,並非系統資料夾,因此還需下面一步
brew link --overwrite eigen
執行後,會在 系統資料夾:/usr/local/include
資料夾下建立乙個資料夾鏈結(名為eigen3
)指向上面的真實eigen資料夾。
eigenmatrix.cpp
#include #include using namespace std;
int main( int argc, char** ar** )
cmakelists.txt:
cmake_minimum_required( version 2.8 )
project( useeigen )
set( cmake_build_type "release" )
set( cmake_cxx_flags "-o3" )
include_directories( "/usr/local/include/eigen3" )
add_executable( eigenmatrix eigenmatrix.cpp )
ovirt官方安裝文件 附錄E
附錄e 準備用於ovirt引擎的本地手動配置的postgresql資料庫 可選 在引擎機器上配置本地postgresql資料庫以用作引擎資料庫。預設情況下,ovirt engine的配置指令碼 engine setup 在engine機器上本地建立和配置engine資料庫。要在與安裝引擎的機器不同的...
Hi3518e安裝第三步
nfs安裝與配置 1 安裝nfs sudo apt get install nfs kernel server 缺省會把rpc安裝上,如果沒有自行安裝 2 建立共享資料夾 sudo mkdir home share nfs 3 配置nfs sudo vi etc exports 開啟exports檔...
戴爾E28S伺服器安裝VMware
參考資料 伺服器銘牌 0.如果你發現有那個選項 你滑鼠點不過去 記著用tab鍵 進行切換。1.u盤裡的資料載入不到電腦裡。看到的線性就是有一段黑色的loading那種英文不停的重新整理,突然卡住了,不重新整理。原因是沒有boot mode沒有設定成uefi 2.裝完之後竟然還是上一次別人設的密碼,而...