Changes between Version 109 and Version 110 of DevelopGuide


Ignore:
Timestamp:
Apr 3, 2010, 9:37:37 AM (15 years ago)
Author:
Frédéric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopGuide

    v109 v110  
    66
    77Papywizard is entirely written in python. Branch 2.x now uses '''!PyQt''' (Python binding for Qt) for the GUI, '''pybluez''' and/or '''pyserial''' for hardware control.
    8 
    98== Build from source ==
    109
     
    1716In order to run Papywizard from source, you need:
    1817
    19  * Python >= 2.5: http://www.python.org/ftp/python
     18 * Python >= 2.5: http://www.python.org/ftp/python (python-2.6.x)
    2019 * Qt >= 4.5: http://qt.nokia.com/downloads
    21  * !PyQt >= 4.5: http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4
    22  * pybluez: http://code.google.com/p/pybluez/downloads/list
    23  * pyserial: http://sourceforge.net/projects/pyserial/files
    24 
    25 Be sure to use the same python version for all of them.
     20 * !PyQt >= 4.5: http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4 (PyQt-Py2.6-gpl-4.7.x)
     21 * pybluez >=0.15: http://code.google.com/p/pybluez/downloads/list (PyBluez-0.18)
     22 * pyserial: http://sourceforge.net/projects/pyserial/files (pyserial-2.4)
     23
     24Be sure to use the same python version for all of them (except for pyserial, which is a pure python module).
    2625
    2726=== Gnu/linux ===