📄 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 + -