forked from scott-vincent/instrument-panel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmake.sh
More file actions
executable file
·35 lines (35 loc) · 917 Bytes
/
make.sh
File metadata and controls
executable file
·35 lines (35 loc) · 917 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
echo Building instrument-panel
cd instrument-panel
g++ -lwiringPi -lpthread -lallegro -lallegro_image -lallegro_font \
-o instrument-panel \
-I . \
-I instruments \
simvarDefs.cpp \
simvars.cpp \
knobs.cpp \
instrument.cpp \
instruments/adf.cpp \
instruments/adi.cpp \
instruments/adiLearjet.cpp \
instruments/alt.cpp \
instruments/altLearjet.cpp \
instruments/annunciator.cpp \
instruments/asi.cpp \
instruments/asiLearjet.cpp \
instruments/digitalClock.cpp \
instruments/egt.cpp \
instruments/fuel.cpp \
instruments/hi.cpp \
instruments/nav.cpp \
instruments/oil.cpp \
instruments/rpm.cpp \
instruments/tc.cpp \
instruments/trimFlaps.cpp \
instruments/vac.cpp \
instruments/vor1.cpp \
instruments/vor2.cpp \
instruments/vsi.cpp \
instrument-panel.cpp \
|| exit
echo Done
echo Run with: ./run.sh