Commit e643b261 authored by 吴洲洋's avatar 吴洲洋

update build script

parent f3276962
......@@ -12,6 +12,7 @@ N4PATH="$base/install/n4"
function pre_install(){
sudo apt-get install ethtool
sudo apt-get install make
sudo apt-get install cmake
sudo apt-get install ccache
......@@ -27,7 +28,7 @@ function vpp(){
echo "build vpp success"
cp $base/src/vppe/build-root/install-vpp_debug-native/vpp/bin/* /usr/bin
cp -r $base/src/vppe/build-root/install-vpp_debug-native/vpp/lib/vpp_plugins /usr/lib/x86_64-linux-gnu
groupadd -g 344 vpp
return 0
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment