1 Star 0 Fork 0

LibQQt应用程序开发组织/Multi-building Technology (PyQMake)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install.sh 373 Bytes
一键复制 编辑 原始数据 按行查看 历史
tianduanrui 提交于 2021-04-02 14:04 +08:00 . update list qmake.
#!/usr/bin/env bash
#install path
mmpath=/usr/local/bin
#get pymake.sh path (current path)
filepath=$(cd `dirname $0`; pwd)
chmod +x ${filepath}/*.sh
install () {
sudo ln -sf ${filepath}/${sourcefile} ${mmpath}/${mmfile}
echo install ${mmfile}
}
sourcefile=pyqmake.sh
mmfile=pyqmake
install
sourcefile=pyqmake-gui.sh
mmfile=pyqmake-gui
install
echo installed.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/drabel/PyQMake.git
git@gitee.com:drabel/PyQMake.git
drabel
PyQMake
Multi-building Technology (PyQMake)
master

搜索帮助