Skip to content

Commit be06146

Browse files
authored
Update linux.md (#130)
ninja package is called ninja-build on debian
1 parent b60251c commit be06146

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/getting-started/linux.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ tools this way:
190190
sudo apt-get install build-essential git cmake ninja
191191
```
192192

193+
On Debian use `ninja-build` package instead of `ninja`.
194+
193195
The following command takes care of downloading and building LLVM. It places the
194196
source code in `llvm-project/` and the build output in `llvm-build/`. It only
195197
needs to be done once until the next LLVM release. Note that the `export` lines

0 commit comments

Comments
 (0)