diff options
author | Wim Taymans <wtaymans@redhat.com> | 2020-06-11 16:25:47 +0200 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2020-06-11 16:25:47 +0200 |
commit | 9b245da5c07aea4d64caebcd140a66853b823b0e (patch) | |
tree | bf72e885935095f8887567c757b79d38fd808352 /doc/tutorial2.md | |
parent | 44efab6c3157c1ca1501905d6b5750c66f267200 (diff) |
docs: add tutorial 3
Diffstat (limited to 'doc/tutorial2.md')
-rw-r--r-- | doc/tutorial2.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tutorial2.md b/doc/tutorial2.md index cc20dfd1..9ec01a60 100644 --- a/doc/tutorial2.md +++ b/doc/tutorial2.md @@ -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: |