QCad Libraries: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
(Merged from QCad library location)
Line 5: Line 5:
Over time, we want to publish a Linux build dedicated to the work of OSE. See [[OSE Linux Build]]
Over time, we want to publish a Linux build dedicated to the work of OSE. See [[OSE Linux Build]]


[[Category:Linux]][[Category:QCad]]
apt-cache depends qcad
qcad
  Depends: libc6
  Depends: libfontconfig1
  Depends: libgcc1
  Depends: libice6
  Depends: libjpeg62
  Depends: libpng12-0
  Depends: libqt3-mt
  Depends: libsm6
  Depends: libstdc++6
  Depends: libx11-6
  Depends: libxext6
  Depends: zlib1g
  Suggests: partlibrary
  Recommends: qcad-doc
factor@factor-laptop:~$
 
[[Category:Linux]]
[[Category:QCad]]

Revision as of 12:37, 7 April 2011

On Ubuntu 9.10 - the QCad library location is /usr/share/qcad/libraries

Any dxf files put into that folder will appear as usable libraries within QCad. This is a powerful tool for sharing design, especially in Linux distributions dedicated to OSE's development.

Over time, we want to publish a Linux build dedicated to the work of OSE. See OSE Linux Build

apt-cache depends qcad

qcad

 Depends: libc6
 Depends: libfontconfig1
 Depends: libgcc1
 Depends: libice6
 Depends: libjpeg62
 Depends: libpng12-0
 Depends: libqt3-mt
 Depends: libsm6
 Depends: libstdc++6
 Depends: libx11-6
 Depends: libxext6
 Depends: zlib1g
 Suggests: partlibrary
 Recommends: qcad-doc

factor@factor-laptop:~$