📄 macenv.txt
字号:
#### Add the following to your .tcshrc, or put this in a separate## file to source before running the build system.#### Path to checked out build systemsetenv BUILD_ROOT $HOME/build## Put the build command in your $pathset path = ( $path "$BUILD_ROOT/bin" )## The primary hard drive (/)setenv BUILD_VOL "MacOS X"# For Mac cvssetenv MACCVS_PATH '"MacOS X:Users:yourname:Applications:MacCVS Pro 2.7d3 (Carbon)"'setenv CVSSESSION_PATH '"MacOS X:Users:yourname:cvssession"'# Requiredsetenv BUILD_SW '"MacOS X:Applications:Metrowerks CodeWarrior 8:Metrowerks CodeWarrior:CodeWarrior IDE 4.2.6"'# Select system to compile forsetenv SYSTEM_ID macos-carbon-powerpc-cw8setenv TARGET_ARCHITECTURE mac-carbonsetenv COMPILER_VERSION 8# Select system we are compiling onsetenv BUILD_ON_PLATFORM MacOSX## If you use bash (you should), add the following to your .bash_profile###### Helix Ribosome build system settings##export BUILD_ROOT=$HOME/buildexport PATH=$PATH:$BUILD_ROOT/binexport BUILD_VOL="MacOS X"export MACCVS_PATH='"MacOS X:Users:yourname:Applications:MacCVS Pro 2.7d3 (Carbon)"'export CVSSESSION_PATH='"MaOS X:Users:yourname:cvssession"'export BUILD_SW='"MacOS X:Applications:Metrowerks CodeWarrior 8:Metrowerks CodeWarrior:CodeWarrior IDE 4.2.6"'export SYSTEM_ID="macos-carbon-powerpc-cw8"export TARGET_ARCHITECTURE="mac-carbon"export COMPILER_VERSION=8"export BUILD_ON_PLATFORM="MacOSX"#### End of Helix settings##
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -