We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39762d2 commit 071106dCopy full SHA for 071106d
configure
@@ -48,10 +48,9 @@ gcc-arm-linux-gnueabi \
48
libgoogle-perftools-dev \
49
protobuf-compiler \
50
python-dev \
51
+python-pip \
52
scons \
53
"
- # Generate graphs of config.ini under m5out.
54
- pip install --user pydot
55
fi
56
command -v apt-get >/dev/null 2>&1 || {
57
cat <<EOF
@@ -93,6 +92,10 @@ $mysudo apt-get install $y \
93
92
if "$qemu"; then
94
$mysudo apt-get build-dep $y qemu
95
+if "$gem5"; then
96
+ # Generate graphs of config.ini under m5out.
97
+ pip install --user pydot
98
+fi
99
100
## Submodules
101
0 commit comments