1 Star 0 Fork 46

田彬 / SerialPortAssistant

forked from kl222 / SerialPortAssistant 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build_debpackage.sh 651 Bytes
一键复制 编辑 原始数据 按行查看 历史
kl222 提交于 2020-01-06 09:44 . Modify serial recive file
#!/bin/bash
if [ -f /usr/lib/`uname -m`-linux-gnu/qt5/bin/qmake -a -z "$QT_ROOT" ]; then
QT_ROOT=/usr/lib/`uname -m`-linux-gnu/qt5
fi
if [ -n "$1" ]; then
QT_ROOT=$1
fi
if [ ! -f /usr/bin/qmake -a -z "$QT_ROOT" ]; then
echo "$0 QT_ROOT RabbitCommon_DIR"
exit -1
fi
if [ -n "$2" -a -z "$RabbitCommon_DIR" ]; then
RabbitCommon_DIR=$2
fi
if [ -z "$RabbitCommon_DIR" ]; then
RabbitCommon_DIR=`pwd`/../RabbitCommon
fi
if [ ! -d "$RabbitCommon_DIR" ]; then
echo "$0 QT_ROOT RabbitCommon_DIR"
exit -2
fi
export RabbitCommon_DIR=$RabbitCommon_DIR
export QT_ROOT=$QT_ROOT
dpkg-buildpackage -us -uc -b
#fakeroot debian/rules binary
C++
1
https://gitee.com/tianbin0921/SerialPortAssistant.git
git@gitee.com:tianbin0921/SerialPortAssistant.git
tianbin0921
SerialPortAssistant
SerialPortAssistant
master

搜索帮助