QCAD 3 on Debian 7 "wheezy" 64bit

Post your question about installing or upgrading QCAD.

Moderator: andrew

Forum rules

Always indicate your operating system and QCAD version.

Post one question per topic.

Post Reply
ralvejd
Junior Member
Posts: 13
Joined: Mon Dec 27, 2010 4:28 pm

QCAD 3 on Debian 7 "wheezy" 64bit

Post by ralvejd » Sat Aug 18, 2012 12:44 am

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

spatz
Junior Member
Posts: 16
Joined: Sun Mar 11, 2012 12:25 pm

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

Post by spatz » Sat Aug 18, 2012 5:56 pm

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

Post Reply

Return to “QCAD Installation and Upgrades”