aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorqchang <qing.chang1@huawei.com>2018-03-20 10:46:57 -0700
committerqchang <qing.chang1@huawei.com>2018-03-20 10:46:57 -0700
commit4c5aa1276b53e96e7271d1943d7d127bc66bb300 (patch)
tree7ef093b769908f921e7e4957b58acb22475a765f /scripts
parentce7744908f115d0a87e7540790f5eccb927de4f3 (diff)
update src/nSocket/CMakeLists.txt for build error and clarify doc/TestAppUserGuide.md
Change-Id: I257925ffe4f24b2f22e50d3c2fcb961e7b899d02 Signed-off-by: qchang <qing.chang1@huawei.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/build.sh b/scripts/build.sh
index 07bbe0c..9240061 100644
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -95,9 +95,6 @@ make install T=x86_64-native-linuxapp-gcc DESTDIR=${DPDK_INSTALL_PATH}
cd x86_64-native-linuxapp-gcc
make
-mkdir ${DPDK_INSTALL_PATH}/lib64/
-cp -r ${DPDK_INSTALL_PATH}/lib/* ${DPDK_INSTALL_PATH}/lib64/
-
export LD_LIBRARY_PATH=$LIB_PATH
export NSTACK_LOG_ON=DBG
@@ -117,4 +114,4 @@ make -j 8
#DPDK install path need to be updated below if it is changed
sed -i 's!export DPDK_INSTALL_PATH.*!export DPDK_INSTALL_PATH="/root/dpdk_install/tmp/"!1' ../thirdparty/stackpool/release/script/nstack_var.sh
-echo "DMM build finished....." \ No newline at end of file
+echo "DMM build finished....."