Skip to content

Commit

Permalink
Fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Gazizonoki committed Jan 24, 2024
1 parent 30ff57c commit 58c94cf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
## Prerequisites

- cmake 3.22+
- clang-14
- lld-14
- llvm 16+
- git 2.20+
- ninja 1.10+
- ragel
Expand All @@ -18,7 +17,10 @@
## Install dependencies

```bash
sudo apt-get -y install git cmake ninja-build clang-14 lld-14 libidn11-dev llvm-14 ragel yasm
sudo apt-get -y install git cmake ninja-build libidn11-dev ragel yasm
wget https://apt.llvm.org/llvm.sh
chmod u+x llvm.sh
sudo ./llvm.sh 16
```

- libiconv: https://www.gnu.org/software/libiconv/
Expand Down

0 comments on commit 58c94cf

Please sign in to comment.