We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60251c commit be06146Copy full SHA for be06146
content/getting-started/linux.md
@@ -190,6 +190,8 @@ tools this way:
190
sudo apt-get install build-essential git cmake ninja
191
```
192
193
+On Debian use `ninja-build` package instead of `ninja`.
194
+
195
The following command takes care of downloading and building LLVM. It places the
196
source code in `llvm-project/` and the build output in `llvm-build/`. It only
197
needs to be done once until the next LLVM release. Note that the `export` lines
0 commit comments