mk_samples_linux2.sh

来自「aiParts is a set of C++ classes that can」· Shell 代码 · 共 27 行

SH
27
字号
#  Slower way of building sample programs on a Linux system
#
#  This file shows the software that is used by each sample program.  
#
#  Lines from this file may be copied and pasted to build only 
#  a particular sample program.
#
#  g++ is good for Fedora; your compiler might be gcc cc CC etc.

g++ -o samp_1_good samp_good.cpp aipGood.cpp

g++ -o samp_2_pandemonium samp_pandemonium.cpp aipPandemonium.cpp \
                        aipBase.cpp

g++ -o samp_3_decision samp_decision.cpp samp_deer_fear.cpp \
                      aipDecision.cpp aipEmotion.cpp \
                      aipPandemonium.cpp aipBase.cpp aipGood.cpp

g++ -o samp_4_a_to_b samp_a_to_b.cpp  samp_a2b.cpp \
                     aipHighHope.cpp \
                     aipProblem.cpp  aipDecision.cpp \
                     aipEmotion.cpp  aipPandemonium.cpp \
                     aipBase.cpp     aipGood.cpp

g++ -o samp_5_time samp_time.cpp aipTime.cpp aipBase.cpp

⌨️ 快捷键说明

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