Page 1 of 1

partlibrary

Posted: Mon Dec 08, 2008 11:41 pm
by biggocharley
I am using Ubuntu 8.04 and have downloaded the partlibrary tarball and extracted it to my desktop. I don't know where to go from here. How do i install it so that i can use the library browser? Does the community version of Qcad have that capability?

There was no "libraries" folder created in the original installation of Qcad so i manually crreated one. This is where I'm stuck. Where to go from here. Any help will be much appreciated.

Posted: Thu Feb 12, 2009 5:02 pm
by michael
QCad install base dir:
D:\usr\local\QCad2.1.3.2\


D:\usr\local\QCad2.1.3.2\library\
D:\usr\local\QCad2.1.3.2\library\misc\
D:\usr\local\QCad2.1.3.2\library\misc\partlibrary-2.1.2.8-1\
D:\usr\local\QCad2.1.3.2\library\templates\
etc.

Posted: Thu Feb 12, 2009 5:03 pm
by michael
And I have:

D:\usr\local\qcad_2_1_6_4_prof_win32\library\misc\tux.dxf

Posted: Thu Feb 25, 2010 2:55 pm
by hpp3
Sorry, those are Windows-style addresses.
No good for us Linux users...

Biggocharley:
1- Make sure you have the library view turned on.
View -> Views -> Library Browser (checked)
2- You'll find relevant folders at
/usr/share/qcad
but you're correct, the library folder is missing.
If (from QCad) you go Edit -> Application Preferences -> "Paths" tab, you'll see that it is supposed to be looking for libraries at
/usr/share/qcad/libraries
but I've never seen anything but subfolders show up that I tossed in there, so I assume that the library feature is disabled in the Community Edition.
Pity...

-Eddy

Posted: Wed Mar 17, 2010 12:08 pm
by dvdv
hpp3 wrote:Sorry, those are Windows-style addresses.

you'll see that it is supposed to be looking for libraries at
/usr/share/qcad/libraries
...
so I assume that the library feature is disabled in the Community Edition.

-Eddy


hello,
I have the Community Edition and I just copied all library parts in the directory mentioned in the "paths" window /usr/share/qcad/libraries and I confirm that I can see the blocks in the library browser.

So yeah, the community edition supports part library!

Posted: Wed May 26, 2010 8:12 pm
by nickez
With Ubuntu 9.10 and 10.04 you can install the package 'partlibrary'

Code: Select all

sudo apt-get install partlibrary
Or unpack the library with

Code: Select all

cd /usr/share/qcad
sudo mkdir libraries
cd libraries
sudo tar -xvvf /home/username/Downloads/partlibrary-2.1.2.8-1.tar.gz
sudo mv partlibrary-2.1.2.8-1/* .