Skip to content. | Skip to navigation

Personal tools

Installing the PDK

Installation guide and list of dependencies for getting the PDK properly installed and working.

All the PDK tools are python scripts, so you need at least python. To use the more complex generator scripts, you’ll need some extra python packages and things as well.

Dependencies of the convertToHimetric.py script

  • python 2.3 or later

Dependencies of the BreadboardGenerator

Dependencies of the DILPackageGenerator

  • python 2.3 or later
  • Cheetah (template language)
    • read above where to get this from and how to install it
  • ZLIB 1.1.4 or later. (ZLIB is needed for PIL to support PNG)
    • ZLIB is already installed on Mac OS X and comes standard with python for Windows,
      so you might not have to install this yourself.
    • But if PIL runs into troubles generating .png images, get it from http://www.zlib.net/
  • PIL (Python Image Library)
    • download it from http://www.pythonware.com/products/pil/
      Windows users download the installer executable,
      Mac OS X and UNIX users download the source and install it through
      python setup.py install.
  • the 04b_11 Font
    • We ship this font in the PDK as a TrueType font 04B_11__.TTF in
      the fonts/04b_11 folder. You need to install this font on your
      operating system using your standard method.
  • Java Runtime Environment
    • We ship the Batik Rasterizer with our code (batik-rasterizer.jar).
      This is an archived java binary that you can run when you have the
      Java Runtime Environment. Since you’re probably running Fritzing, we
      assume you already have Java.
Document Actions
© 2007- 2008 University of Applied Sciences Potsdam \ Powered by Plone