Skip to content

Commit

Permalink
Update apt-get commands in README.md#Installing
Browse files Browse the repository at this point in the history
  • Loading branch information
eschulte committed May 29, 2020
1 parent c197969 commit 40c9b83
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,19 +122,21 @@ platform follow.

### Ubuntu16
```sh
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:maarten-fonville/protobuf
sudo add-apt-repository ppa:mhier/libboost-latest
echo "deb https://grammatech.github.io/gtirb/pkgs/xenial ./" | sudo tee -a /etc/apt/sources.list.d/gtirb.list
sudo apt-get update
sudo apt-get install --allow-unauthenticated gtirb
sudo apt-get install --allow-unauthenticated libgtirb gtirb-pprinter ddisasm
```

### Ubuntu18
```sh
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:mhier/libboost-latest
echo "deb [trusted=yes] https://grammatech.github.io/gtirb/pkgs/bionic ./" | sudo tee -a /etc/apt/sources.list.d/gtirb.list
sudo apt-get update
sudo apt-get install gtirb
sudo apt-get install libgtirb gtirb-pprinter ddisasm
```

## Arch Linux
Expand Down

0 comments on commit 40c9b83

Please sign in to comment.