Skip to content
Snippets Groups Projects
custom_before_install_osx.sh 258 B
Newer Older
# Add gepetto tap
brew tap gepetto/homebrew-gepetto

# install eigenpy
brew install eigenpy

# set environment variables
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:/opt/openrobots/lib/pkgconfig"
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/opt/openrobots/lib"