3 Star 0 Fork 0

mirrors_fossasia/lxlauncher-vala

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
compile-project.sh 664 Bytes
一键复制 编辑 原始数据 按行查看 历史
Hon Nguyen 提交于 2012-07-11 16:00 . first commit
#!/bin/bash
#echo "Installing compilation softwares"
#if (! sudo yum install libgtk-3-dev valac-0.14 libmenu-cache1-dev ); then
# echo "Can't install necessary packages"
# exit 1
#fi
cd src
VALAFLAGS="--pkg gtk+-3.0 --pkg libmenu-cache --pkg gee-1.0 --pkg posix"
files=$(find ./ | grep .vala)
if (! valac $VALAFLAGS --vapidir=../vapi -g $files -o lxlauncher); then
echo "Some errors during the compilation, please report this at eco.stefi@fastwebnet.it"
exit 1
fi
echo "Successfully compiled"
echo "Hit Ctrl+C to exit, or Enter to execute lxlauncher"
read
echo "Start of the lxlauncher output"
echo "------------------------------"
./lxlauncher
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_fossasia/lxlauncher-vala.git
git@gitee.com:mirrors_fossasia/lxlauncher-vala.git
mirrors_fossasia
lxlauncher-vala
lxlauncher-vala
master

搜索帮助