Changes between Version 125 and Version 126 of DevelopGuide
- Timestamp:
- Dec 4, 2013, 9:42:03 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopGuide
v125 v126 6 6 7 7 Papywizard 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 8 9 == Build from source == 9 10 10 It is best to work on the subversionbranch:11 12 {{{ 13 $ svn co http://svn.gbiloba.org/papywizard/trunk papywizard11 It is best to work on the git master branch: 12 13 {{{ 14 $ git clone http://git.papywizard.org/papywizard.git 14 15 }}} 15 16