Skip to content

Commit eb1d74d

Browse files
authoredNov 10, 2021
Merge pull request #26 from iamlucaswolf/fix-wxWidgets-apt-deps
Fix libwxgtk3.0 apt dependencies for Ubuntu 20.04 focal
2 parents c3a04e8 + 9bfade8 commit eb1d74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Your goal is to use the course knowledge to optimize the ChatBot program from a
2222
* Mac: same deal as make - [install Xcode command line tools](https://developer.apple.com/xcode/features/)
2323
* Windows: recommend using [MinGW](http://www.mingw.org/)
2424
* wxWidgets >= 3.0
25-
* Linux: `sudo apt-get install libwxgtk3.0-dev libwxgtk3.0-0v5`. If you are facing unmet dependency issues, refer to the [official page](https://wiki.codelite.org/pmwiki.php/Main/WxWidgets30Binaries#toc2) for installing the unmet dependencies.
25+
* Linux: `sudo apt-get install libwxgtk3.0-gtk3-dev libwxgtk3.0-gtk3-0v5`. If you are facing unmet dependency issues, refer to the [official page](https://wiki.codelite.org/pmwiki.php/Main/WxWidgets30Binaries#toc2) for installing the unmet dependencies.
2626
* Mac: There is a [homebrew installation available](https://formulae.brew.sh/formula/wxmac).
2727
* Installation instructions can be found [here](https://wiki.wxwidgets.org/Install). Some version numbers may need to be changed in instructions to install v3.0 or greater.
2828

0 commit comments

Comments
 (0)
Please sign in to comment.