Commit ec5532fe authored by Lionel Gauthier's avatar Lionel Gauthier

Added installation of libs, utilities

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4958 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent f0dc7456
......@@ -39,6 +39,14 @@ declare BRIDGE="vswitch"
THIS_SCRIPT_PATH=$(dirname $(readlink -f $0))
source $THIS_SCRIPT_PATH/utils.bash
###########################################################
test_command_install_package "gccxml" "gccxml" "--force-yes"
test_command_install_package "vconfig" "vlan"
test_command_install_package "iptables" "iptables"
test_command_install_package "iperf" "iperf"
test_command_install_package "ip" "iproute"
test_command_install_script "ovs-vsctl" "$OPENAIRCN_DIR/SCRIPTS/install_openvswitch1.9.0.bash"
test_command_install_package "tunctl" "uml-utilities"
test_command_install_lib "/usr/lib/libconfig.so" "libconfig-dev"
#######################################################
......
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