This page tries to decribe howto install VemsTune in linux
- Installing wxWidgets On Debian More detail can be found on: http://wiki.wxpython.org/InstallingOnUbuntuOrDebian
- On debian put deb http://apt.wxwidgets.org/ DIST-wx main to '/etc/apt/sources.list Replace the "DIST" text with whatever is appropriate for your system (etch, lenny, etc)
- apt-get update
- apt-get install libwxbase2.8-0 libwxgtk2.8-0 wx-common wx2.8-headers
dpkg -l | grep wx
ii libwxbase2.8-0 2.8.9.2-1
ii libwxgtk2.8-0 2.8.9.2-1
ii wx-common 2.8.9.2-1
ii wx2.8-headers 2.8.9.2-1
</pre>