[gtk-web: 2/3] Apply 1 suggestion(s) to 1 file(s)
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-web: 2/3] Apply 1 suggestion(s) to 1 file(s)
- Date: Sat, 23 Jul 2022 23:04:03 +0000 (UTC)
commit d079203a29288d5fc93df1618f11335135f9ffa2
Author: Emmanuele Bassi <ebassi gmail com>
Date: Sat Jul 23 22:08:25 2022 +0000
Apply 1 suggestion(s) to 1 file(s)
_docs/getting-started/hello-world.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/_docs/getting-started/hello-world.md b/_docs/getting-started/hello-world.md
index aad1414..94dbc43 100644
--- a/_docs/getting-started/hello-world.md
+++ b/_docs/getting-started/hello-world.md
@@ -76,7 +76,7 @@ main (int argc,
You can compile the program above with GCC using:
```shell
-gcc -o hello-world-gtk hello-world-gtk.c $(pkg-config --cflags --libs gtk4)
+gcc $(pkg-config --cflags gtk4) -o hello-world-gtk hello-world-gtk.c $(pkg-config --libs gtk4)
```
<div class="alert alert-tertiary">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]