X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=o-du%2Fphy.git;a=blobdiff_plain;f=setupenv.sh;fp=setupenv.sh;h=0cd8254a40f813a3b164698ba7b099f815b78f8f;hp=ec5248ed8fada51528b0693a516f91ea40bc92fe;hb=892daba4c616407f16506415d5a69549519ef11d;hpb=76b4495d593ccf45d712db1a3ec96fa9d2d8f5f5 diff --git a/setupenv.sh b/setupenv.sh index ec5248e..0cd8254 100755 --- a/setupenv.sh +++ b/setupenv.sh @@ -1,12 +1,12 @@ #!/bin/bash -export DIR_ROOT=/home/ +export DIR_ROOT=$HOME #set the L1 binary root DIR export DIR_ROOT_L1_BIN=$DIR_ROOT/FlexRAN #set the phy root DIR export DIR_ROOT_PHY=$DIR_ROOT/phy #set the DPDK root DIR -#export DIR_ROOT_DPDK=/home/dpdk-19.11 +export DIR_ROOT_DPDK=/$DIR_ROOT/dpdk #set the GTEST root DIR #export DIR_ROOT_GTEST=/home/gtest/gtest-1.7.0 @@ -17,9 +17,10 @@ export DIR_WIRELESS_TABLE_5G=$DIR_ROOT_L1_BIN/l1/bin/nr5g/gnb/l1/table export XRAN_DIR=$DIR_ROOT_PHY/fhi_lib export XRAN_LIB_SO=true export RTE_TARGET=x86_64-native-linuxapp-icc -#export RTE_SDK=$DIR_ROOT_DPDK -#export DESTDIR="" +export RTE_SDK=$DIR_ROOT_DPDK +export DESTDIR=$DIR_ROOT_DPDK +#Uncomment to run tests - it's commented to make builds faster. #export GTEST_ROOT=$DIR_ROOT_GTEST export ORAN_5G_FAPI=true