Skip to content

Commit

Permalink
Update prereqs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
obidare-folu authored Oct 29, 2023
1 parent c519983 commit 6577208
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/prereqs.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/bin/bash


# Update the package list
apt update
apt -y install make cmake git clang gcc g++

# Make a dir for gtest installation
mkdir /home/googletest
mkdir /home/googletest/googletest_build
Expand Down

0 comments on commit 6577208

Please sign in to comment.