Skip to content

Commit

Permalink
Add clang packages for non-debian linuxes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Nov 23, 2017
1 parent cd70a01 commit 1d2456e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -73,7 +73,7 @@ sudo dnf install curl freeglut-devel libtool gcc-c++ libXi-devel \
freetype-devel mesa-libGL-devel mesa-libEGL-devel glib2-devel libX11-devel libXrandr-devel gperf \
fontconfig-devel cabextract ttmkfdir python python-virtualenv python-pip expat-devel \
rpm-build openssl-devel cmake bzip2-devel libXcursor-devel libXmu-devel mesa-libOSMesa-devel \
dbus-devel ncurses-devel pulseaudio-libs-devel
dbus-devel ncurses-devel pulseaudio-libs-devel clang clang-libs
```
#### On CentOS

Expand All @@ -82,15 +82,15 @@ sudo yum install curl freeglut-devel libtool gcc-c++ libXi-devel \
freetype-devel mesa-libGL-devel mesa-libEGL-devel glib2-devel libX11-devel libXrandr-devel gperf \
fontconfig-devel cabextract ttmkfdir python python-virtualenv python-pip expat-devel \
rpm-build openssl-devel cmake bzip2-devel libXcursor-devel libXmu-devel mesa-libOSMesa-devel \
dbus-devel ncurses-devel python34 pulseaudio-libs-devel
dbus-devel ncurses-devel python34 pulseaudio-libs-devel clang clang-libs
```

#### On openSUSE Linux
``` sh
sudo zypper install libX11-devel libexpat-devel libbz2-devel Mesa-libEGL-devel Mesa-libGL-devel cabextract cmake \
dbus-1-devel fontconfig-devel freetype-devel gcc-c++ git glib2-devel gperf \
harfbuzz-devel libOSMesa-devel libXcursor-devel libXi-devel libXmu-devel libXrandr-devel libopenssl-devel \
python-pip python-virtualenv rpm-build glu-devel
python-pip python-virtualenv rpm-build glu-devel llvm-clang libclang
```
#### On Arch Linux

Expand Down

0 comments on commit 1d2456e

Please sign in to comment.