Skip to content

Commit

Permalink
Update Clang download in INSTALL.md for FC (iovisor#732)
Browse files Browse the repository at this point in the history
FC23 and FC24 need Clang 3.9.0 because of ABI changes in the C++
runtime library. Split the installation instructions to FC22 and
FC23/24.
  • Loading branch information
goldshtn authored and 4ast committed Oct 6, 2016
1 parent 6e91a74 commit db287f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,13 @@ sudo pip install pyroute2
### Install binary clang

```
# FC22
wget http:https://llvm.org/releases/3.7.1/clang+llvm-3.7.1-x86_64-fedora22.tar.xz
sudo tar xf clang+llvm-3.7.1-x86_64-fedora22.tar.xz -C /usr/local --strip 1
# FC23 and FC24
wget http:https://llvm.org/releases/3.9.0/clang+llvm-3.9.0-x86_64-fedora23.tar.xz
sudo tar xf clang+llvm-3.9.0-x86_64-fedora23.tar.xz -C /usr/local --strip 1
```

### Install and compile BCC
Expand Down

0 comments on commit db287f5

Please sign in to comment.