wxWidgets and Ubuntu
Monday, April 21st, 2008To keep your wxwidgets up-to-date on your ubuntu, simply add
deb http://apt.wxwidgets.org/ gutsy-wx main
to your /etc/apt/sources.list file. Then run
sudo apt-get update
to get the wx package list. Then type:
sudo apt-get install libwxgtk2.8-0 libwxgtk2.8-dev wx2.8-headers wx-common
or open synaptic to update your wx libraries.
Note that also the python bindings will be available for upgrade
Enjoy,
Rob.



