Skip to content

Commit

Permalink
Add 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 15aff94 commit 5131e94
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,33 @@ 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 tasks
```

### 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 tasks
```

### Manually build from source

#### Dependencies

Expand Down

0 comments on commit 5131e94

Please sign in to comment.