Changes between Version 114 and Version 115 of DevelopGuide


Ignore:
Timestamp:
Apr 3, 2010, 10:06:56 AM (15 years ago)
Author:
Frédéric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopGuide

    v114 v115  
    310310=== Debian package ===
    311311
    312 There is no debian packager yet.
     312Papywizard includes a '''{{{distutils}}}''' extension script to build debian package in a easy way:
     313
     314{{{
     315$ python debian/setup.py bdist_debian
     316}}}
     317
     318Then, just move the packages to the web site.
    313319
    314320=== Maemo package ===
    315321
    316 Papywizard includes an distutils extension script to build maemo debian package in a easy way:
     322As maemo is based on debian packages, as similar script can be used:
    317323
    318324{{{
     
    320326}}}
    321327
    322 Then, just move the packages to the web site.
    323 
    324328=== Windows installer ===
    325329
    326  * install NSIS software
     330 * install [nsis.sourceforge.net NSIS] software
    327331 * build the executable by launching the script '''{{{windows/buildexe.bat}}}'''
    328332 * edit (update the version number) and run the script '''{{{windows/papywizard.nsi}}}'''