Commit 32631ff7 authored by Nirmoy Das's avatar Nirmoy Das

Building from source on openSUSE Tumbleweed requires the clang-devel package to be installed

Signed-off-by: default avatarNirmoy Das <ndas@suse.de>
parent 5c550b5d
......@@ -310,7 +310,7 @@ sudo make install
```
sudo zypper in bison cmake flex gcc gcc-c++ git libelf-devel libstdc++-devel \
llvm-devel pkg-config python-devel python-setuptools python3-devel \
llvm-devel clang-devel pkg-config python-devel python-setuptools python3-devel \
python3-setuptools
sudo zypper in luajit-devel # for lua support in openSUSE Leap 42.2 or later
sudo zypper in lua51-luajit-devel # for lua support in openSUSE Tumbleweed
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment