Changes between Version 97 and Version 98 of DevelopGuide


Ignore:
Timestamp:
Apr 2, 2010, 4:31:07 PM (15 years ago)
Author:
Frédéric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopGuide

    v97 v98  
    285285This is a little bit tricky (as always on this plateform!). You first need to install all developement tools and libraries:
    286286
    287  * ''TODO''
     287''Draft''
     288
     289 * Python: http://www.python.org/ftp/python/2.5.4/python-2.5.4.msi
     290 * Qt: http://get.qtsoftware.com/qt/source/qt-win-opensource-4.4.3-mingw.exe
     291 * PyQt: http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-Py2.5-gpl-4.4.3-1.exe
     292
     293(you may also need to install MSVC2008 C++ runtime DLLs from http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF&displaylang=en)
     294
     295 * pybluez: http://pybluez.googlecode.com/files/PyBluez-0.16.win32-py2.5.exe
     296 * pyserial: http://sourceforge.net/project/downloading.php?group_id=46487&use_mirror=freefr&filename=pyserial-2.4.win32.exe&a=81742175
    288297
    289298Then, build the executable, by launching the windows setup script. The easiest is to use [http://ipython.scipy.org Ipython]: