Skip to content

Commit a43864d

Browse files
committed
Added readme
CMakeLists and kdevelop documentation are still missing
1 parent 4673cbe commit a43864d

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
#
1+
# GTK4 C++ Examples
22

3-
After finishing the below tasks, run the following commands to see if your code
4-
is correct.
3+
The language bindings for C++ are available via `gtkmm`.
4+
Excellent starter documentation is available in
5+
[Programming with gtkmm 4][gtkmm-doc]
6+
7+
To build the examples contained in this repository, run
58

69
```shell
710
mkdir build && cd build
811
cmake ..
912
make -j4
10-
make test
1113
```
1214

13-
As an alternative to `make test` (or `ctest`) you can run the individual
14-
`test_*` executables.
15+
16+
[gtkmm-doc]: https://gnome.pages.gitlab.gnome.org/gtkmm-documentation/index.html

0 commit comments

Comments
 (0)