-
Notifications
You must be signed in to change notification settings - Fork 287
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/release-5.1'
- Loading branch information
Showing
10 changed files
with
50 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,26 @@ | ||
brew tap dartsim/dart | ||
brew tap homebrew/science | ||
|
||
brew update | ||
brew update > /dev/null | ||
|
||
brew install git | ||
# brew install cmake # installed cmake-3.0.2 | ||
brew install assimp | ||
brew install fcl | ||
brew install bullet | ||
brew install flann # 1.8.14 | ||
# brew install boost # installed boost-1.55.2 | ||
brew install eigen # 3.2.2 | ||
brew install tinyxml # 2.6.2 | ||
brew install tinyxml2 # 2.2.0 | ||
brew install libccd # | ||
brew install nlopt # 2.4.2 | ||
brew install ipopt | ||
brew install ros/deps/urdfdom | ||
brew install ros/deps/urdfdom_headers | ||
brew install ros/deps/console_bridge | ||
brew install ros/deps/gtest | ||
PACKAGES=' | ||
git | ||
cmake | ||
assimp | ||
fcl | ||
bullet | ||
flann | ||
boost | ||
eigen | ||
tinyxml | ||
tinyxml2 | ||
libccd | ||
nlopt | ||
ipopt | ||
ros/deps/urdfdom | ||
ros/deps/urdfdom_headers | ||
ros/deps/console_bridge | ||
ros/deps/gtest | ||
' | ||
|
||
brew install $PACKAGES | grep -v '%$' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters