Skip to content

Commit

Permalink
modified: scripts/install_dependencies.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillmartin committed Jun 23, 2023
1 parent 711080c commit cf28cae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,12 @@ LIBRARY_DEPENDENCIES=" \
# install all things needed for deployment, always done
apt-get install -y $DEPENDENCIES ${LIBRARY_DEPENDENCIES}

numCPU=$(nproc)

# install gtest
cd /usr/src/googletest/
mkdir -p build/
cd build
cmake ..
make -j${numCPU}
make install

0 comments on commit cf28cae

Please sign in to comment.