Skip to content

Commit 8ca0754

Browse files
committed
UPD: README additions for gtkmm
1 parent 531a550 commit 8ca0754

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ bre install gcc;
4848
1. Homebrew install GTK+ v3 to macOS system:
4949
```bash
5050
brew install gtk+3;
51-
brew install gtkmm3; # Optional, C++ bindings in-case you want to do C++ development.
51+
brew install gtkmm3; # C++ bindings, to do modern C++ (instead of C) development.
5252
```
5353
1. Go to the [test_install README](test_install/README.md) and confirm that the application builds and runs.
5454

test_install/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@ You should have been directed here as the first to run after cloning out this re
77
## Prerequisites
88

99
- GTK+ v3 installed on system.
10+
- gtkmm v3 installed on system.
1011
- C++ Compiler (modern).
1112
- GNU Make v3.82 or higher.
1213

1314
## Tested System Setup
1415

1516
- macOS Catalina (10.15.4)
1617
- Homebrew: [https://brew.sh/](https://brew.sh/)
17-
- GTK+3 install: 3.24.18 (2020-04-14, macOS Homebrew)
18+
- GTK+3 install: 3.24.18 (macOS Homebrew)
19+
- gtkmm3 install: 3.24.2 (macOS Homebrew)
1820
- GCC install: 9.3.0_1 (macOS Homebrew)
1921
- GNU Make (`gmake`) install: 4.3 (macOS Homebrew)
2022

0 commit comments

Comments
 (0)