- You need Homebrew.
- Install WXWidgets with
brew install wxwidgets
. - Once installed, run
brew info wxwidgets
to see the specific path to where it is installed on your Mac. It will likely say "Installed/opt/homebrew/Cellar/wxwidgets/3.2.6
— but it could be different. Make a note of this path. - Look at line 15 of the Makefile in this repo... and change the path to
/bin/wx-widget-config
as needed. i.e.WXCONFIG = [PATH/TO/THE/WIDGETS]/bin/wx-config
- Run the
make
command in the project directory to build the app.
forked from PaulStoffregen/Phazerville-Screen-Capture
-
Notifications
You must be signed in to change notification settings - Fork 0
andrewpmiller/Phazerville-Screen-Capture
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C++ 89.8%
- Makefile 6.8%
- C 3.4%