Skip to content
GitLab
Explore
Sign in
Register
Changes
Page history
Update Compilation Guide
authored
Sep 30, 2018
by
Marvin Scholz
Hide whitespace changes
Inline
Side-by-side
Compilation-Guide.md
View page @
da9d7042
...
...
@@ -12,7 +12,7 @@ Change to the dav1d directory and configure the build with meson:
```
cd dav1d
meson build -
-
buildtype release
meson build -
D
buildtype release
```
To compile it, change to the
`build`
directory and run ninja:
...
...