mirror of
https://github.com/ToshioCP/Gtk4-tutorial.git
synced 2025-01-28 19:58:41 +01:00
Merge pull request #24 from shulkk/main
Update Supported GTK4 Distro-list
This commit is contained in:
commit
35f9d469e4
4 changed files with 17 additions and 12 deletions
20
gfm/sec16.md
20
gfm/sec16.md
|
@ -683,16 +683,16 @@ It is a good practice for you to add more features.
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
$ LANG=C wc tfe5/meson.build tfe5/tfeapplication.c tfe5/tfe.gresource.xml tfe5/tfe.h tfe5/tfenotebook.c tfe5/tfenotebook.h tfetextview/tfetextview.c tfetextview/tfetextview.h tfe5/tfe.ui
|
$ LANG=C wc tfe5/meson.build tfe5/tfeapplication.c tfe5/tfe.gresource.xml tfe5/tfe.h tfe5/tfenotebook.c tfe5/tfenotebook.h tfetextview/tfetextview.c tfetextview/tfetextview.h tfe5/tfe.ui
|
||||||
10 17 294 tfe5/meson.build
|
10 17 294 tfe5/meson.build
|
||||||
99 304 3205 tfe5/tfeapplication.c
|
99 304 3205 tfe5/tfeapplication.c
|
||||||
6 9 153 tfe5/tfe.gresource.xml
|
6 9 153 tfe5/tfe.gresource.xml
|
||||||
4 6 87 tfe5/tfe.h
|
4 6 87 tfe5/tfe.h
|
||||||
140 378 3601 tfe5/tfenotebook.c
|
140 378 3601 tfe5/tfenotebook.c
|
||||||
15 21 241 tfe5/tfenotebook.h
|
15 21 241 tfe5/tfenotebook.h
|
||||||
229 671 8017 tfetextview/tfetextview.c
|
229 671 8017 tfetextview/tfetextview.c
|
||||||
35 60 701 tfetextview/tfetextview.h
|
35 60 701 tfetextview/tfetextview.h
|
||||||
61 100 2073 tfe5/tfe.ui
|
61 100 2073 tfe5/tfe.ui
|
||||||
599 1566 18372 total
|
599 1566 18372 total
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -245,8 +245,10 @@ See [Gnome 40 website](https://forty.gnome.org/) first.
|
||||||
There are only three choices at present.
|
There are only three choices at present.
|
||||||
|
|
||||||
- Gnome OS
|
- Gnome OS
|
||||||
- Fedora 34
|
- Arch Linux
|
||||||
|
- Fedora 34+
|
||||||
- openSUSE
|
- openSUSE
|
||||||
|
- Ubuntu 21.04+
|
||||||
|
|
||||||
I've tried installing Fedora 34 with gnome-boxes.
|
I've tried installing Fedora 34 with gnome-boxes.
|
||||||
|
|
||||||
|
|
|
@ -463,6 +463,7 @@ Application Options:
|
||||||
--internal Don?t export functions; declare them G_GNUC_INTERNAL
|
--internal Don?t export functions; declare them G_GNUC_INTERNAL
|
||||||
--external-data Don?t embed resource data in the C file; assume it's linked externally instead
|
--external-data Don?t embed resource data in the C file; assume it's linked externally instead
|
||||||
--c-name C identifier name used for the generated source code
|
--c-name C identifier name used for the generated source code
|
||||||
|
-C, --compiler The target C compiler (default: the CC environment variable)
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
|
|
|
@ -243,8 +243,10 @@ See [Gnome 40 website](https://forty.gnome.org/) first.
|
||||||
There are only three choices at present.
|
There are only three choices at present.
|
||||||
|
|
||||||
- Gnome OS
|
- Gnome OS
|
||||||
- Fedora 34
|
- Arch Linux
|
||||||
|
- Fedora 34+
|
||||||
- openSUSE
|
- openSUSE
|
||||||
|
- Ubuntu 21.04+
|
||||||
|
|
||||||
I've tried installing Fedora 34 with gnome-boxes.
|
I've tried installing Fedora 34 with gnome-boxes.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue