Ubuntu lotus 編譯使用

2021-10-06 13:57:32 字數 548 閱讀 6944

官方教程 :

1.踩坑 安裝 rust

1:

wget

2:修改sh

rustup_update_root

local _file="./rustup-init$"

# ignore rm "$_file"

# ignore rmdir "$_dir"

3:如果是前幾次安裝不成功的重複安裝

sh rustup-init.sh -y

source $home/.cargo/env

如果是第一次安裝

直接sh rustup-init.sh

2.踩坑 安裝高版本gcc

sudo apt-get install gcc-6 g++-6
其他:

加入測試網 

ipfs_gateway=
清理資料

rm -rf ~/.lotus ~/.lotusstorage

Web benchmarking 編譯 使用

我的開發環境是windows,webbench需要在linux環境下編譯,我機器配置了cygwin,切換到解壓的目錄,直接執行make,執行之後,會報錯 找不到對應的檔案 rpc tpyes.h 我檢視在 usr include tirpc rpc 目錄下types.h 確實存在,在網上搜尋相關的內...

CEPH DOKAN編譯使用

ceph dokan編譯使用 以下是在win7 64位機器上編譯,執行的 5.可以選擇編譯boost 1 63 0原始碼,也可以不編譯,編譯完成後可以在目錄 c boost 1 63 0 stage lib 下發現編譯生成的包 6.編譯ceph dokan.exe 修改makefile 在libce...

boost編譯使用

2.我放在d cpp目錄下 解壓到當前資料夾 3.開啟vs2010 vs tools vs命令提示 4.cd d cpp boost 1 46 1 5.輸入bootstrap,便生成bjam.exe檔案 6 bjam toolset msvc 10.0 build type complete 完全編...