mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 20:14:27 +01:00
configure: install python pip
This commit is contained in:
7
configure
vendored
7
configure
vendored
@@ -48,10 +48,9 @@ gcc-arm-linux-gnueabi \
|
|||||||
libgoogle-perftools-dev \
|
libgoogle-perftools-dev \
|
||||||
protobuf-compiler \
|
protobuf-compiler \
|
||||||
python-dev \
|
python-dev \
|
||||||
|
python-pip \
|
||||||
scons \
|
scons \
|
||||||
"
|
"
|
||||||
# Generate graphs of config.ini under m5out.
|
|
||||||
pip install --user pydot
|
|
||||||
fi
|
fi
|
||||||
command -v apt-get >/dev/null 2>&1 || {
|
command -v apt-get >/dev/null 2>&1 || {
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
@@ -93,6 +92,10 @@ $mysudo apt-get install $y \
|
|||||||
if "$qemu"; then
|
if "$qemu"; then
|
||||||
$mysudo apt-get build-dep $y qemu
|
$mysudo apt-get build-dep $y qemu
|
||||||
fi
|
fi
|
||||||
|
if "$gem5"; then
|
||||||
|
# Generate graphs of config.ini under m5out.
|
||||||
|
pip install --user pydot
|
||||||
|
fi
|
||||||
|
|
||||||
## Submodules
|
## Submodules
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user