Skip to content
GitLab
Explore
Sign in
Register
Changes
Page history
Update Compilation Guide
authored
May 15, 2019
by
Henrik Gramner
Hide whitespace changes
Inline
Side-by-side
Compilation-Guide.md
View page @
ae63e33d
...
...
@@ -12,7 +12,7 @@ Change to the dav1d directory and configure the build with meson:
```
cd dav1d
meson build
-Dbuildtype release
meson build
```
To compile it, change to the
`build`
directory and run ninja:
...
...