?? install.txt
字號:
Build processTemplate CS game(C)2001 Mat Sutcliffe. See license.txt for license info (GPL)The Makefile requires information specific to your installation of CS.In earlier version you needed to copy `cs-config' from the CS directory. Youdon't need to do that now as long as you have the $CRYSTAL environment variableset to the CS directory path, for example:export CRYSTAL=/usr/local/crystalIn DOS the command is `set'.Then the build process goes like this:make -e pre # get OS-specific options, CS directory and dependenciesmake # main compile stagemake install # copies built stuff to CS directory for distributionBefore distribution:make clean # delete temporary platform-specific filesTo build on MSVC++, use the project files in the port/msvc/ subdirectory.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -