First, prepare the 64-bit Linux Mint 11 system to run 32-bit apps using 32-bit libraries. To download these libraries, open the Terminal and type:
sudo apt-get install ia32-libs
Then, get the additional libraries to run DraftSight:
sudo apt-get install libdirectfb-extra
sudo apt-get install libxcb-render-util0
sudo apt-get install libaudio2
Download DraftSight for Ubuntu (Linux OS .deb file). Note the download destination folder.
When download is finished, go to the destination folder, open a Terminal there then type:
sudo dpkg -i --force-architecture DraftSight.deb
If it does not work and you get errors, create a folder, say "DS", within your home folder and unpack DraftSight.deb within it.
Go to your /opt and /var folders and check if a DraftSight folder exists in each of them. If not, copy the contents of DS/opt/ and DS/var/ to /opt and /var
Then open a Terminal within the DS/DEBIAN folder and type the following:
sudo ./preinst
sudo ./postint
Check your menu under the Graphics group of apps, DraftSight should be there. Launch and follow instructions to activate it.
Thanks to the contributors in these threads:
http://community.linuxmint.com/tutorial/view/370
http://askubuntu.com/questions/39647/how-do-i-install-draftsight-cad
