mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
docs: add tutorial 3
This commit is contained in:
parent
44efab6c31
commit
9b245da5c0
3 changed files with 214 additions and 2 deletions
|
|
@ -59,11 +59,11 @@ int main(int argc, char *argv[])
|
|||
}
|
||||
```
|
||||
|
||||
To compile the simple test application, copy it into a test2.c file and
|
||||
To compile the simple test application, copy it into a tutorial2.c file and
|
||||
use:
|
||||
|
||||
```
|
||||
gcc -Wall test2.c -o test2 $(pkg-config --cflags --libs libpipewire-0.3)
|
||||
gcc -Wall tutorial2.c -o tutorial2 $(pkg-config --cflags --libs libpipewire-0.3)
|
||||
```
|
||||
|
||||
Let's break this down:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue