We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4673cbe commit a43864dCopy full SHA for a43864d
README.md
@@ -1,14 +1,16 @@
1
-#
+# GTK4 C++ Examples
2
3
-After finishing the below tasks, run the following commands to see if your code
4
-is correct.
+The language bindings for C++ are available via `gtkmm`.
+Excellent starter documentation is available in
5
+[Programming with gtkmm 4][gtkmm-doc]
6
+
7
+To build the examples contained in this repository, run
8
9
```shell
10
mkdir build && cd build
11
cmake ..
12
make -j4
-make test
13
```
14
-As an alternative to `make test` (or `ctest`) you can run the individual
-`test_*` executables.
15
16
+[gtkmm-doc]: https://gnome.pages.gitlab.gnome.org/gtkmm-documentation/index.html
0 commit comments