Page 1 of 1

QCAD 3 on Debian 7 "wheezy" 64bit

Posted: Sat Aug 18, 2012 12:44 am
by ralvejd
Hi
I've managed to run qcad 3.0 on Debian 7 "wheezy" 64bit

I rewrote the script qcad
It could probably be made much neater, I'm pretty bad at bash script :oops:
Note the path, change to that of your installation
cd /opt/qcad-3.0.0-prof-linux

Code: Select all

#!/bin/bash
#
# QCAD startup script
# ralvejd special

cd /opt/qcad-3.0.0-prof-linux
export LD_LIBRARY_PATH="`pwd`:$LD_LIBRARY_PATH"
./qcad-bin -style plastique
I also installed the ia32-libs

:D

Re: QCAD 3 on Debian 7 "wheezy" 64bit

Posted: Sat Aug 18, 2012 5:56 pm
by spatz
Hello ralvejd,

Thank you for sharing your script. It solved my problems on the same OS (Debian "wheezy", but 32bit) and saved me a lot of time.

Best regards
spatz