PDA

View Full Version : Compiling with Ubuntu 8.04.1



Backspace
07-04-2008, 08:41 PM
Just want to share how I got it to compile with Ubuntu 8.04.1.
After the initial install of Ubuntu 8.04.1, I was able to compile with a few additional packages without having to add additional sources.
This is more of a checklist, as some of the packages were already installed and not 100% if some are not needed, but here's my list:

g++
g++-4.2
gcc
gcc-4.2
qt3-apps-dev
qt3-assistant
qt3-designer
qt3-dev-tools
qt3-dev-tools-compat
qt3-dev-tools-embedded
qt3-docs
qt3-examples
qt3-linquist
qt3-qtconfig
libqt3-compat-headers
libqt3-headers
libqt3-mt
libqt3-mt-dev
libpcap0.8
libpcap0.8-dev
libpcap-dev

Again, this is more of a checklist then a how-to. Some of the packages were already installed, and other get auto selected because of dependicies. The main idea is to get the g++, qt3, and libpcap0 along with the dev packages.

Hope this helps.

tanner
07-05-2008, 09:50 AM
Just want to share how I got it to compile with Ubuntu 8.04.1. Or your could grab my dapper/fiesty ubuntu package and rebuild it.