1 Star 0 Fork 0

黑影/opencascade-7.4.0

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
genconf 533 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhangchao321 提交于 2020-03-09 19:13 . 提交基础版本代码
#!/bin/bash
# Helper script to configure environment for genproj tool.
# Running it requires that Tcl should be in the PATH
# initialize environment
aScriptPath=${BASH_SOURCE%/*}; if [ -d "${aScriptPath}" ]; then cd "$aScriptPath"; fi; aScriptPath="$PWD";
if [ ! -e "${aScriptPath}/env.sh" ]; then
cat ${aScriptPath}/adm/templates/env.sh | sed -e '/__CASROOT__/d' > ${aScriptPath}/env.sh
fi
if [ -e "${aScriptPath}/custom.sh" ]; then source "${aScriptPath}/custom.sh"; fi
# run GUI tool
tclsh "${aScriptPath}/adm/genconf.tcl"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chfenger/opencascade-7.4.0.git
git@gitee.com:chfenger/opencascade-7.4.0.git
chfenger
opencascade-7.4.0
opencascade-7.4.0
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385