From e4f9ad659fb0efc3dc0b14a4dcdb7f27806ebc37 Mon Sep 17 00:00:00 2001 From: morningman Date: Sat, 2 Sep 2017 10:10:35 +0800 Subject: [PATCH] Update build.sh --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index f32fc45513..0a71d23e41 100755 --- a/build.sh +++ b/build.sh @@ -78,9 +78,9 @@ if [ ${CLEAN_ALL} -eq 1 ]; then fi mkdir -p ${PALO_HOME}/be/build/ cd ${PALO_HOME}/be/build/ -#cmake ../ -#make -j${PARALLEL} -#make install +cmake ../ +make -j${PARALLEL} +make install cd ${PALO_HOME} # Build docs, should be built before Frontend