docs: add tutorial 3

This commit is contained in:
Wim Taymans 2020-06-11 16:25:47 +02:00
parent 44efab6c31
commit 9b245da5c0
3 changed files with 214 additions and 2 deletions

View file

@ -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: