Recent Changes - Search:

Home Page


Main

Downloads
Windows
macOS
Linux (via apt / rpm )
Linux wxWidgets
Release Notes

Wiki
Documentation
FAQ

Build CodeLite
Linux
Windows
macOS

Devs
Debug CodeLite Linux
Building Clang
Build wxWidgets (MSW)
Coding Guidelines
Create a Plugin

WxWidgets310Binaries

wxWidgets 3.1 Packages and Repositories


This page is for the previous development release, wx3.1.0. For the latest wx3.1 release see WxWidgets31Binaries. For the latest stable release, wx3.0.3 see WxWidgets30Binaries.

The CodeLite packages for Linux now use wxWidgets 3.1. As wx3.1 is a development branch, few distros will supply it. I've therefore built 3.1.0 packages for the commonest ones.

They include one fix that missed the wx3.1.0 cut: cee3188 which fixes a wxComboCtrl assertion

The packages are signed with the CodeLite public key so, if you haven't done so before, you should tell apt or rpm about this by doing as superuser (su or sudo depending on your distro):


 apt-key adv --fetch-keys http://repos.codelite.org/CodeLite.asc

or


 rpm --import http://repos.codelite.org/CodeLite.asc

Ubuntu and debian

If you use a debian-based distro there are the following wxWidgets repositories available:

 RepositoryAvailable VersionsComponent
debianhttp://repos.codelite.org/wx3.1.0/debian/jessie stretchlibs
ubuntuhttp://repos.codelite.org/wx3.1.0/ubuntu/trusty wily xenial yakkety zesty artfuluniverse

The ubuntu ones should also work on other *buntus of the same version, and on derivatives e.g. Mint.

Now let apt know that the repository exits. If you use an apt front-end e.g. synaptic, tell it to Add a repository, using as data the appropriate entry in the table above.

If you do things by hand, add the appropriate url to /etc/apt/sources.list. Become superuser and either use a text editor to edit /etc/apt/sources.list, adding a line similar to:


deb http://repos.codelite.org/wx3.1.0/debian/ stretch libs

or, in a terminal, do something like:


sudo apt-add-repository 'deb http://repos.codelite.org/wx3.1.0/ubuntu/ artful universe'

The line to add is different for different distros/versions; choose the appropriate one:

Distro/releaseLine to append
debian jessiedeb http://repos.codelite.org/wx3.1.0/debian/ jessie libs
debian jessiedeb http://repos.codelite.org/wx3.1.0/debian/ stretch libs
ubuntu trustydeb http://repos.codelite.org/wx3.1.0/ubuntu/ trusty universe
ubuntu wilydeb http://repos.codelite.org/wx3.1.0/ubuntu/ wily universe
ubuntu xenialdeb http://repos.codelite.org/wx3.1.0/ubuntu/ xenial universe
ubuntu yakketydeb http://repos.codelite.org/wx3.1.0/ubuntu/ yakkety universe
ubuntu zestydeb http://repos.codelite.org/wx3.1.0/ubuntu/ zesty universe
ubuntu artfuldeb http://repos.codelite.org/wx3.1.0/ubuntu/ artful universe

You then need update the repositories. In synaptic, click the Reload button. If you're doing things by hand, do:


 apt-get update

Synaptic users can then select and install as usual. By hand you can do:


 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

The first 6 of those are required; the others optional (and of decreasing importance).

wx-common and wx3.1-i18n will conflict with the distro's wx2.8 equivalents. That is unlikely to matter too much; but wx-common contains wxrc so, if you use this, be aware that there may be differences after upgrading.

Fedora and openSUSE

There are currently rpms available for fedora 23-27, and openSUSE 13.2 and 42.1 .2 and .3 (leap)

DistroReleasei386x86_64
fedora23wx-base-unicode wxGTK31 wxGTK31-devel wxGTK31-gl wxGTK31-media wxGTK31-debuginfowx-base-unicode wxGTK31 wxGTK31-devel wxGTK31-gl wxGTK31-media wxGTK31-debuginfo
fedora24wx-base-unicode wxGTK31 wxGTK31-devel wxGTK31-gl wxGTK31-media wxGTK31-debuginfowx-base-unicode wxGTK31 wxGTK31-devel wxGTK31-gl wxGTK31-media wxGTK31-debuginfo
fedora25wx-base-unicode wxGTK31 wxGTK31-devel wxGTK31-gl wxGTK31-media wxGTK31-debuginfowx-base-unicode wxGTK31 wxGTK31-devel wxGTK31-gl wxGTK31-media wxGTK31-debuginfo
fedora26wx-base-unicode wxGTK31 wxGTK31-devel wxGTK31-gl wxGTK31-media wxGTK31-debuginfowx-base-unicode wxGTK31 wxGTK31-devel wxGTK31-gl wxGTK31-media wxGTK31-debuginfo
fedora27wx-base-unicode wxGTK31 wxGTK31-devel wxGTK31-gl wxGTK31-media wxGTK31-debuginfowx-base-unicode wxGTK31 wxGTK31-devel wxGTK31-gl wxGTK31-media wxGTK31-debuginfo
openSUSE13.2libwx_baseu_net libwx_baseu libwx_baseu_xml libwx_gtk2u_adv libwx_gtk2u_aui libwx_gtk2u_core libwx_gtk2u_gl libwx_gtk2u_html libwx_gtk2u_media libwx_gtk2u_propgrid libwx_gtk2u_qa libwx_gtk2u_ribbon libwx_gtk2u_richtext libwx_gtk2u_stc libwx_gtk2u_webview libwx_gtk2u_xrc wxWidgets-3_1-devel wxWidgets-3_1-plugin-sound_sdluwx-base-unicode libwx_baseu_net libwx_baseu libwx_baseu_xml libwx_gtk2u_adv libwx_gtk2u_aui libwx_gtk2u_core libwx_gtk2u_gl libwx_gtk2u_html libwx_gtk2u_media libwx_gtk2u_propgrid libwx_gtk2u_qa libwx_gtk2u_ribbon libwx_gtk2u_richtext libwx_gtk2u_stc libwx_gtk2u_webview libwx_gtk2u_xrc wxWidgets-3_1-devel wxWidgets-3_1-plugin-sound_sdlu
openSUSE42.1libwx_baseu_net libwx_baseu libwx_baseu_xml libwx_gtk2u_adv libwx_gtk2u_aui libwx_gtk2u_core libwx_gtk2u_gl libwx_gtk2u_html libwx_gtk2u_media libwx_gtk2u_propgrid libwx_gtk2u_qa libwx_gtk2u_ribbon libwx_gtk2u_richtext libwx_gtk2u_stc libwx_gtk2u_webview libwx_gtk2u_xrc wxWidgets-3_1-devel wxWidgets-3_1-plugin-sound_sdlu
openSUSE42.2libwx_baseu_net libwx_baseu libwx_baseu_xml libwx_gtk2u_adv libwx_gtk2u_aui libwx_gtk2u_core libwx_gtk2u_gl libwx_gtk2u_html libwx_gtk2u_media libwx_gtk2u_propgrid libwx_gtk2u_qa libwx_gtk2u_ribbon libwx_gtk2u_richtext libwx_gtk2u_stc libwx_gtk2u_webview libwx_gtk2u_xrc wxWidgets-3_1-devel wxWidgets-3_1-plugin-sound_sdlu
openSUSE42.3libwx_baseu_net libwx_baseu libwx_baseu_xml libwx_gtk2u_adv libwx_gtk2u_aui libwx_gtk2u_core libwx_gtk2u_gl libwx_gtk2u_html libwx_gtk2u_media libwx_gtk2u_propgrid libwx_gtk2u_qa libwx_gtk2u_ribbon libwx_gtk2u_richtext libwx_gtk2u_stc libwx_gtk2u_webview libwx_gtk2u_xrc wxWidgets-3_1-devel wxWidgets-3_1-plugin-sound_sdlu

There are also source rpms for Fedora and openSUSE. Either download the required rpms and install them as usual, or download and install in one step; e.g.


rpm -Uvh http://repos.codelite.org/wx3.1.0/wx3.1.0-packages/suse/42.3/libwx_baseu-suse42.3-3.1.0-0.x86_64.rpm

Note that some of these rpms conflict with the wx2.8 devel ones.

Edit - History - Print - Recent Changes - Search
Page last modified on February 21, 2018, at 05:30 PM