Changes between Initial Version and Version 1 of InstallationGuide


Ignore:
Timestamp:
Oct 3, 2008, 12:59:48 PM (16 years ago)
Author:
Frédéric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuide

    v1 v1  
     1= Papywizard Installation Guide =
     2
     3 * [#Installation Installation]
     4  * [#Linux Linux]
     5  * [#Nokia Nokia]
     6 * [#Configuration Configuration]
     7
     8''This installation guide refers to the stable release of papywizard; installation of the developpement branch can be found [installationGuideSvn here]''.
     9
     10== Installation ==
     11
     12papywizard is entirely written in python, and uses some third-party modules:
     13
     14 * [http://www.pygtk.org PyGTK] -- GTK+ for Python
     15 * [http://pyserial.sourceforge.net pySerial] -- serial bus access for python
     16 * [http://code.google.com/p/pybluez pybluez] -- bluetooth python wrapper
     17 * [http://www.vpython.org Visual Python] -- 3D Python project (optional)
     18
     19
     20=== Linux ===
     21
     22As most distributions come with python and all needed modules (just install them through your application manager), there is no need to pre-build a package. Just install it with distutils tools:
     23
     24{{{
     25$ python setup.py install --prefix=/usr/local
     26}}}
     27
     28=== Nokia ===
     29
     30As Nokia is based on Linux, it is possible to install papywizard through distutils tools (see previous section). However, it is easier to install the debian package, through the maemo application manager. Add this repository entry in the application manager:
     31
     32||''Name''||gbiloba.org||
     33||''Address''||!http://www.gbiloba.org/debs||
     34||''Distribution''||bora||
     35||''Component''||free||
     36
     37You also need the python repository:
     38
     39||''Name''||Maemo extra||
     40||''Address''||!http://repository.maemo.org/extras||
     41||''Distribution''||bora (770/N800) or chinook (N810)||
     42||''Component''||free non-free||
     43
     44''Note 1: on the 770, you need to install '''OS-2007 HE''' firmeware, in order to run python2.5. Then, you have to manually install '''python2.5-runtime''' package with dpkg (from x-term) before installing papywizard.''
     45
     46''Note 2: on N800 and N810, you first need to install '''maemo-python-device-env''' package, from the application manager, before installing papywizard.''
     47
     48== Configuration ==
     49
     50No external configuration is needed; all parameters can be modified from the papywizard configuration dialog.