1 Star 1 Fork 1

高动态导航技术北京市重点实验室/hdntCenter-V2.0-linux

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pack.sh 206 Bytes
一键复制 编辑 原始数据 按行查看 历史
劉寧 提交于 2021-10-06 09:09 . liuning 202110060909 BJ
#!/bin/sh
exe="hdntCenter" #你需要发布的程序名称
des="/home/dyp/ttt_ubuntu" #创建文件夹的位置
deplist=$(ldd $exe | awk '{if (match($3,"/")){ printf("%s "),$3 } }')
cp $deplist $des
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/bistu_liuning/hdnt-center-v2.0-linux.git
[email protected]:bistu_liuning/hdnt-center-v2.0-linux.git
bistu_liuning
hdnt-center-v2.0-linux
hdntCenter-V2.0-linux
master

搜索帮助