|
installation
extract the downloaded qpxtool file:
- tar -xjvf qpxtool-0.6.1rc2.tar.bz2
- become root
- cd qpxtool-0.6.1rc2
- make
- make install
for debian and mandriva you need the qt3-devel package
for Ubuntu Dapper Drake you need:
- build-essential
- libqt3-headers
- libqt3-mt-dev
|