readme.txt.svn-base

来自「PSP用开发必装库PSPDEV」· SVN-BASE 代码 · 共 36 行

SVN-BASE
36
字号
  ==================   HOW DO I USE IT?  ==================   Basically, you run the toolchain script:    ## Make the script executable.    chmod a+x ./toolchain.sh    ## Run the script.    ./toolchain.sh   First, this script will attempt to make sure you have all the programs   you need to build the toolchain. Then it will download the source from   various places on the internet. Finally, it will compile and build the   source. This may take a long time.   Once finished, you need to add the following to your login settings:    ## PSPDEV SETTINGS    export PSPDEV="/usr/local/pspdev"    export PSPSDK="$PSPDEV/pspsdk"    export CVSROOT=":pserver:anonymous@cvs.ps2dev.org:/home/pspcvs"    export PATH="$PATH:$PSPDEV/bin:$PSPDEV/psp/bin:$PSPSDK/bin"   Then you're done!  =============   THE CREDITS  =============   Add yourself here, or be anonymous:   Dan Peori (peori@oopo.net) - Created the script, patch maintenance.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?