Compile asuro-Flash-Software under Ubuntu Linux 64bit

I was struggling some time compiling the asuro-Software under Linux 64bit. It simply did not recognise my installed qt3 libs. Some of these steps may not be necessary, but it’s how i got it to work.

Links to the arexx homepage

Sourcecode direct link
http://www.arexx.com/downloads/asuro/asuro_flash_linux_source.zip

Sourcecode Download-Site (if direct link doesn’t work)
http://www.arexx.com/arexx.php?cmd=system&cparam=set_pg_lang(p_asuro_downloads.dat%7CDE%7Ctrue)

Process

apt-get install libqt3-mt libqt3-mt-dev libqt3-headers libqt3-compat-headers
mkdir compile_qtflash
cd compile_qtflash
wget http://www.arexx.com/downloads/asuro/asuro_flash_linux_source.zip
unzip asuro_flash_linux_source.zip
tar -zxvvf QT_Flash.tar.gz
cd qt_flash
export CFLAGS="-DLINUX -D_QT -D_LINUX"
export CPPFLAGS="-DLINUX -D_QT -D_LINUX"
export CXXFLAGS="-DLINUX -D_QT -D_LINUX"
aclocal
automake
./configure --with-qt-includes=/usr/include/qt3 --with-qt-libraries=/usr/lib/qt3
./configure --with-qt-includes=/usr/include/qt3 --with-qt-libraries=/usr/lib/qt3
make
cd qt_flash
qmake -project
qmake
make
pixelstats trackingpixel

Leave a comment

Your comment

Security Code: