From Source
Download the source from the download page. Extract the package to a known directory by typing
tar -xzvf QCADesigner[version you downloaded].tar.gz ← For tar.gz sources.
tar -xjvf QCADesigner[version you downloaded].tar.bz2 ← For tar.bz2 sources.
Switch to the new directory:
cd QCADesigner[version you downloaded]
Prepare the program for compiling by typing
./autogen.sh
Next, you have to run the configure script to customize the compilation process for
your system. The configure script provides many options. The most commonly used one
is --prefix=[directory], where directory is the directory where you would
like to install QCADesigner. Once installed, the
QCADesigner program will be at directory/bin/QCADesigner.
For example:
./configure --prefix=/home/your_account/your_install_location
Type ./configure --help for a complete list of configure options.
Compile the program with
make
Install the program with
make install
Run QCADesigner with
QCADesigner &
Voila!
Under Mac OS X
QCADesigner will run under Mac OS X, however, you will
require several other packages to do this. Basically, these packages will
allow you to run Unix applications on you Mac. First you will need to install