diff options
author | 2022-05-14 05:19:40 +0000 | |
---|---|---|
committer | 2022-05-14 05:19:40 +0000 | |
commit | 350ea8632a3a48d80829dbcd6334818d513acf9c (patch) | |
tree | 2a43a324bd6424c947060bdab2a2bb673e6b90cb /systems/ubuntu | |
parent | 0f23ae348d3ded719ee1a28e7f33b2a83134c1cb (diff) | |
parent | 826226243eca12ea6166d740205584392fdf7cad (diff) |
Merge "[Update] Support Newer versions of DPDK and OVS."
Diffstat (limited to 'systems/ubuntu')
-rwxr-xr-x | systems/ubuntu/build_base_machine.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/systems/ubuntu/build_base_machine.sh b/systems/ubuntu/build_base_machine.sh index 2f3e7b25..910cd173 100755 --- a/systems/ubuntu/build_base_machine.sh +++ b/systems/ubuntu/build_base_machine.sh @@ -31,6 +31,9 @@ apt-get -y install libssl1.0.0 apt-get -y install libxml2 apt-get -y install zlib1g-dev apt-get -y install scapy +apt-get -y install meson +apt-get -y install ninja-build +apt-get -y install python3-pyelftools # Linux Kernel Source apt-get -y install linux-source |