Linux安裝HDF5及遇到的問題總結(xy)

2021-09-25 04:59:28 字數 465 閱讀 6860

二、安裝步驟:

1、上傳到伺服器某個目錄下

比如/usr/local

2、解壓安裝包

tar -xvf hdf5-1.8.3.tar.gz
3、切換目錄到hdf5-1.8.3

cd  hdf5-1.8.3/
4、開始安裝

./configure --prefix=/usr/local/hdf5 #安裝路徑

make

make check # run test suite.

make install

make check-install # verify installation.

在安裝過程**現make過程一直執行並且出現有些檔案找不到,不用管它,只要是執行著就可以,我是沒有等待下去,關了之後又重新執行,最後還是安裝成功。

安裝HDF5及在VS下配置HDF5

最近要用到hdf5來儲存資料,想要安裝嘗試用一下.發現網上有兩種安裝方式,一種是obtain518.html 獲取最新的hdf5 1.8軟體 另一種是cmakebuild518.html 使用cmake構建hdf5 1.8.我原本嘗試後一種方法 windows下hdf5靜態庫的封裝與測試 已驗證 發...

HDF5安裝及問題解決

2.執行解壓 sudo tar xvf hdf5 1.8.21.tar.gz 解壓後會生成目錄hdf5 1.8.21,切換到該目錄下 cd hdf5 1.8.21 3.依次執行 sudo configure prefix usr local hdf5 sudo make sudo make chec...

只談乾貨 讀取ITOP資料集中的HDF5檔案

我寫了乙個class用來讀取itop資料集中的各種格式檔案,直接上 ifndef read hdf5 h define read hdf5 h include include include h5cpp.h include params.h using namespace h5 using name...