$ git clone this/repo develop
$ git clone this/repo release
$ git clone --bare this/repo hosting
hosting repo
$ cd hosting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** compile command | |
| * | |
| * ```bash | |
| * valac --pkg gtk+-3.0 gui-test.gs | |
| * ./gui-test | |
| * ``` | |
| * | |
| * this is equivalent to https://wiki.gnome.org/Projects/Genie/GtkGuiTutorial, | |
| * but these sample can't compile with my ubuntu 18.04 valac. | |
| * I just fix some symbols by add `Gtk.` namespace. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** compile command | |
| * | |
| * ```bash | |
| * valac --pkg gio-2.0 genie-https-get.gs | |
| * ./gui-test | |
| * ``` | |
| * | |
| * this is equivalent to https://wiki.gnome.org/Projects/Vala/GIONetworkingSample | |
| * but these sample can't compile with my ubuntu 18.04 valac. | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** compile command | |
| * | |
| * ```bash | |
| * valac --pkg gtk+-3.0 genie-gtk-drawing-area.gs | |
| * ./genie-gtk-drawing-area | |
| * ``` | |
| * | |
| * this is equivalent to https://valadoc.org/gtk+-3.0/Gtk.DrawingArea.html | |
| * but these sample coludn't be got with genie | |
| * |
OlderNewer
