15 | | ''Note: under Windows, you can use [http://tortoisesvn.tigris.org TortoiseSVN].'' |
16 | | |
| 17 | In order to run Papywizard from source, you need the following libs: |
| 18 | |
| 19 | * Python >= 2.5: http://www.python.org/ftp/python |
| 20 | * (Qt: http://qt.nokia.com/downloads Needed?) |
| 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 | == Gnu/linux == |
| 26 | |
| 27 | All the needed libs come with most distributions. |
| 28 | |
| 29 | == Windows == |
| 30 | |
| 31 | * pywin32: http://sourceforge.net/projects/pywin32 |
| 32 | * svn tool: http://tortoisesvn.tigris.org |
| 33 | |
| 34 | MSVC2008 C++ runtime DLLs may also be needed. It can be download from http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF&displaylang=en |
285 | | This is a little bit tricky (as always on this plateform!). You first need to install all developement tools and libraries: |
286 | | |
287 | | ''Draft'' |
288 | | |
289 | | * Python: http://www.python.org/ftp/python |
290 | | * (Qt: http://qt.nokia.com/downloads) |
291 | | * !PyQt: http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4 |
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://code.google.com/p/pybluez/downloads/list |
296 | | * pyserial: http://sourceforge.net/projects/pyserial/files |
297 | | * pywin32: http://sourceforge.net/projects/pywin32 |
298 | | |
299 | | Then, build the executable, by launching the windows script {{{windows/buildexe.bat}}} |
300 | | |
301 | | Last, edit (update the version number) and run the script {{{windows/papywizard.nsi}}} (need to install NSIS software) to build the installer itself. |
| 301 | * install NSIS software |
| 302 | * build the executable by launching the windows script {{{windows/buildexe.bat}}} |
| 303 | * edit (update the version number) and run the script {{{windows/papywizard.nsi}}} |