Skip to content

Commit

Permalink
Added automated install instructions to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ahundt authored Nov 8, 2016
1 parent 4e00d7a commit b0ed1ae
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,34 @@ The [SpaceVecAlg and RBDyn tutorial](https://github.com/jorisv/sva_rbdyn_tutoria
Installing
------

### Manual

### Ubuntu 14.04 and 16.04 binary ppa install

Use the [multi-contact-unstable](https://launchpad.net/~pierre-gergondet+ppa/+archive/ubuntu/multi-contact-unstable) ppa:
```bash
sudo add-apt-repository ppa:pierre-gergondet+ppa/multi-contact-unstable
sudo apt-get update
sudo apt-get install rbdyn
```

### Homebrew OS X install

Install from the command line using [Homebrew](brew.sh):

```bash
# install homebrew package manager
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# install caskroom application manager
brew install caskroom/cask/brew-cask
# tap homebrew-science package repository
brew tap homebrew/science
# tap ahundt-robotics repository
brew tap ahundt/robotics
# install tasks and all its dependencies
brew install rbdyn
```

## Manually build from source

#### Dependencies

Expand Down

0 comments on commit b0ed1ae

Please sign in to comment.