mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 01:31:03 +00:00
docs: tutorials: improve Linux compile instruction for newbies
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7859>
This commit is contained in:
parent
1a9ecaeec9
commit
3dcdea9e80
1 changed files with 8 additions and 0 deletions
|
@ -59,6 +59,14 @@ git clone https://gitlab.freedesktop.org/gstreamer/gstreamer
|
|||
|
||||
#### Building the tutorials
|
||||
|
||||
Change directory to find basic-tutorials-1:
|
||||
|
||||
```
|
||||
cd gstreamer/subprojects/gst-docs/examples/tutorials/
|
||||
```
|
||||
|
||||
And then compile it with:
|
||||
|
||||
```
|
||||
gcc basic-tutorial-1.c -o basic-tutorial-1 `pkg-config --cflags --libs gstreamer-1.0`
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue