Update build.sh

This commit is contained in:
morningman
2017-09-02 10:10:35 +08:00
committed by GitHub
parent 0d05ff90dc
commit e4f9ad659f

View File

@ -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