Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
add LLVM installation instructions for Fedora (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
CicadaCinema committed May 30, 2023
1 parent 01bea37 commit 9030eb5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,12 @@ Jump to [FAQ](#faq).
## Installing LLVM
`package:ffigen` uses LLVM. Install LLVM (9+) in the following way.

#### ubuntu/linux
1. Install libclangdev - `sudo apt-get install libclang-dev`.
#### Linux
1. Install libclangdev.

With apt-get: `sudo apt-get install libclang-dev`.

With dnf: `sudo dnf install clang-devel`.

#### Windows
1. Install Visual Studio with C++ development support.
Expand Down

0 comments on commit 9030eb5

Please sign in to comment.