📄 install.sh
字号:
#!/bin/sh
#
# shell script to build and execute QJediInstaller
#
# Robert Rossmair, 2004-06-12
#
eval `grep 'DelphiRoot=' ~/.borland/delphi69rc`
DCC=$DelphiRoot/bin/dcc\ -E../bin\ -I../source\ -R$DelphiRoot/lib\ -U../source/common
source "$DelphiRoot/bin/kylixpath"
cd install
if [ -f ../devtools/jpp ]; then
cd prototypes
./jpp.sh
cd ..
fi
$DCC QJediInstaller.dpr # build...
../bin/QJediInstaller # ...and run installer
rm *.dcu # clean up source directories
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -