📄 mk_samples_linux2.sh
字号:
# 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -