mirror of
https://github.com/Sneed-Group/pypush-plus-plus
synced 2024-12-24 20:02:31 -06:00
added git for mac install
This commit is contained in:
parent
1c1e5f187d
commit
7aa7d42612
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ if [[ "$OS_NAME" == "Darwin" ]]; then
|
||||||
fi
|
fi
|
||||||
brew install cmake
|
brew install cmake
|
||||||
brew install pkgconfig
|
brew install pkgconfig
|
||||||
|
brew install git
|
||||||
elif [[ "$OS_NAME" == "Linux" ]]; then
|
elif [[ "$OS_NAME" == "Linux" ]]; then
|
||||||
echo "The operating system is Linux."
|
echo "The operating system is Linux."
|
||||||
echo "Installing dependencies: cmake and pkgconfig"
|
echo "Installing dependencies: cmake and pkgconfig"
|
||||||
|
|
Loading…
Reference in a new issue