added git for mac install

This commit is contained in:
Steven Burnham 2023-11-17 21:58:09 -05:00
parent 1c1e5f187d
commit 7aa7d42612
No known key found for this signature in database
GPG key ID: D765679712A2FC3D

View file

@ -15,6 +15,7 @@ if [[ "$OS_NAME" == "Darwin" ]]; then
fi
brew install cmake
brew install pkgconfig
brew install git
elif [[ "$OS_NAME" == "Linux" ]]; then
echo "The operating system is Linux."
echo "Installing dependencies: cmake and pkgconfig"