install.txt
来自「3D游戏模板」· 文本 代码 · 共 22 行
TXT
22 行
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 + =
减小字号Ctrl + -
显示快捷键?