cryptopp
安裝說明:
原始檔:
cryptopp552.zip
目標機:
mipsel-linux 0
、在進行
crypto
安裝時,要檢查其是非大小端配置完好!在
mipsel-linux
目標機環境下,要在
config.h
檔案中首行新增此句:
#define is_little_endian 1
、修改gnumakefile:a
、令cxx = mipsel-linux-g++
,注釋掉原
#cxx = g++
(共兩處)b、
cxx = gcc
(在此**前
新增此語句)
ifeq ($(cxx),gcc)# for some reason cxx is gcc on cygwin 1.1.4
#add mipsel-linux-gcc
#cxx = g++
cxx = mipsel-linux-g++
endif c
、注釋掉:
#cxxflags += -march=native -mtune=native 2
、後補充:要建立
crypto
的安裝目錄,並指定到交叉編譯器所在的目錄下,的「
/usr/
、/usr/lib/
、/usr/include/
」同等地位的目錄中:
gnumakefile
中新增:
ranlib = mipsel-linux-ranlib
ar = mipsel-linux-ar #add by sutianzhu
prefix = "/opt/toolchain/smp86xx_toolchain_2.8.0.1/build_mipsel_nofpu/staging_dir/"
然後在安裝
amule
時候,指定其安裝目錄:
--with-crypto-prefix="/opt/toolchain/smp86xx_toolchain_2.8.0.1/build_mipsel_nofpu/staging_dir/"
3、驗證
crypto
的正確安裝性:
在make &&make install
,執行cryptest.exe
可以檢驗所安裝的目標機上,是否可以執行。
執行如下命令:
./cryptest.exe
產生幫助資訊
./cryptest.exev
驗證環境及其所有功能是否正確
./cryptest.exeg
檢視某項功能是否正確4、在
rsa演算法不能通過時,編譯選項去掉「-o2
」5、修改/dev/random
裝置,換為
/dev/urandom
cryptopp 加密庫的安裝
2 把檔案 cryptopp564.zip 放在目錄 home jimmy sofeware cryptopp 然後使用unzip 命令解壓到當前資料夾 純英文的,硬著頭皮看完,安裝步奏就這麼幾步 a make libcryptopp.a libcryptopp.so cryptest.exe b ...
BMP安裝說明
no1 bmp模擬器安裝說明 1.bmp 2.bmp 模擬器安裝過程如下 3.支援 bmp安裝的外掛程式 4.net framework 3.5 sp1 安裝過程中遇到的問題說明 可能會遇到的安裝失敗的問題 禁止mcafee 執行。清除所有以前版本的 netframwork 使用net framew...
NVIDIA CuDNN 安裝說明
cudnn是專門針對deep learning框架設計的一套gpu計算加速方案,目前支援的dl庫包括caffe,convnet,torch7等。tar xzvf cudnn 6.5 linux r1.tgz cd cudnn 6.5 linux r1 sudo cp lib usr local cu...