1 Star 1 Fork 3

小众镜像/ngrok-c

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
buildlib.sh 804 Bytes
一键复制 编辑 原始数据 按行查看 历史
奇客 提交于 2021-08-23 18:15 . ..
#this build polarssl
###修改成SDK路径
export PATH=$PATH:'/root/op/staging_dir/toolchain-mipsel_1004kc+dsp_gcc-4.8-linaro_uClibc-0.9.33.2/bin'
export STAGING_DIR="/root/op/staging_dir"
make clean
###修改成SDK编译器
make CC=mipsel-openwrt-linux-uclibc-gcc CXX=mipsel-openwrt-linux-uclibc-g++ AR=mipsel-openwrt-linux-uclibc-ar RANLIB=mipsel-openwrt-linux-uclibc-ranlib
#buill openssl
#export PATH=$PATH:'/home/dosgo/OpenWrt-SDK/staging_dir/toolchain-mips_r2_gcc-4.6-linaro_uClibc-0.9.33.2/bin'
#export STAGING_DIR="/home/dosgo/OpenWrt-SDK/staging_dir"
#CC=mips-openwrt-linux-gcc
#CXX=mips-openwrt-linux-g++
#AR=mips-openwrt-linux-ar
#RANLIB=mips-openwrt-linux-ranlib
#./Configure no-asm shared --prefix=`pwd`/../out/openssl linux-mips32
#make clean
#make
#make install
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/OtherCopy/ngrok-c.git
[email protected]:OtherCopy/ngrok-c.git
OtherCopy
ngrok-c
ngrok-c
master

搜索帮助