File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ bre install gcc;
48481 . Homebrew install GTK+ v3 to macOS system:
4949``` bash
5050brew 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```
53531 . Go to the [ test_install README] ( test_install/README.md ) and confirm that the application builds and runs.
5454
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments