From 9bfade8a860d6e329825d6be2427a4a55e514477 Mon Sep 17 00:00:00 2001 From: Lucas Wolf Date: Sat, 6 Nov 2021 21:10:30 +0100 Subject: [PATCH] Fix libwxgtk3.0 apt dependencies for Ubuntu 20.04 focal Previously specified wxwidgets apt packages only work with Ubuntu 18.04 Bionic. Update to more recent version for compatibility with 20.04 Focal while remaining backwards-compatible. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ca58c9fe..06d2181f0 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Your goal is to use the course knowledge to optimize the ChatBot program from a * Mac: same deal as make - [install Xcode command line tools](https://developer.apple.com/xcode/features/) * Windows: recommend using [MinGW](http://www.mingw.org/) * wxWidgets >= 3.0 - * 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. + * 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. * Mac: There is a [homebrew installation available](https://formulae.brew.sh/formula/wxmac). * 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.