Skip to content

Instantly share code, notes, and snippets.

@abdulhalim-cu
Created October 23, 2017 07:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abdulhalim-cu/f3ae4be0b45baabef5623ccdd20ca584 to your computer and use it in GitHub Desktop.
Save abdulhalim-cu/f3ae4be0b45baabef5623ccdd20ca584 to your computer and use it in GitHub Desktop.
wxWidgets Packages & Repositories on ubuntu 16.04: http://codelite.org/LiteEditor/WxWidgets31Binaries#toc2
# Add CodeLite Public Key
sudo apt-key adv --fetch-keys http://repos.codelite.org/CodeLite.asc
# Add repository to /etc/apt/sources.list
deb http://repos.codelite.org/wx3.1.0/ubuntu/ xenial universe
# Update system
sudo apt-get update
# Install packages
sudo apt-get install libwxbase3.1-0-unofficial \
libwxbase3.1-dev \
libwxgtk3.1-0-unofficial \
libwxgtk3.1-dev \
wx3.1-headers \
wx-common \
libwxgtk-webview3.1-0-unofficial \
libwxgtk-webview3.1-dev \
libwxgtk-media3.1-0-unofficial \
libwxgtk-media3.1-dev \
libwxbase3.1-0-unofficial-dbg \
libwxgtk3.1-0-unofficial-dbg \
libwxgtk-webview3.1-0-unofficial-dbg \
libwxgtk-media3.1-0-unofficial-dbg \
wx3.1-i18n \
wx3.1-examples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment