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:
...
@@ -12,7 +12,7 @@ Change to the dav1d directory and configure the build with meson:
```
```
cd dav1d
cd dav1d
meson build -
-
buildtype release
meson build -
D
buildtype release
```
```
To compile it, change to the
`build`
directory and run ninja:
To compile it, change to the
`build`
directory and run ninja:
...
...
...
...