Changes between Version 42 and Version 43 of DevelopGuide


Ignore:
Timestamp:
Oct 6, 2008, 4:05:19 PM (16 years ago)
Author:
Frédéric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopGuide

    v42 v43  
    1111  * [#View View]
    1212 * [#Distributing Distributing]
    13   * [#MakeDebianpackage Make Debian package]
    14   * [#MakeMaemopackage Make Maemo package]
    15   * [#MakeWindowsinstaller Make Windows installer]
     13  * [#Debianpackage Debian package]
     14  * [#Maemopackage Maemo package]
     15  * [#Windowsinstaller Windows installer]
    1616 * [#Thefuture The future]
    1717
     
    9898== Distributing ==
    9999
    100 === Make Debian package ===
     100=== Debian package ===
    101101
    102102Papywizard includes an distutils extension script to build debian package in a easy way:
     
    108108The package is build in the {{{dist/}}} directory.
    109109
    110 === Make Maemo package ===
     110=== Maemo package ===
    111111
    112112Same for debian package:
     
    116116}}}
    117117
    118 === Make Windows installer ===
     118=== Windows installer ===
    119119
    120 This is a little bit tricky (as always on this plateform!).
     120This is a little bit tricky (as always on this plateform!). You first need to install all developpement tools and libraries:
    121121
    122 You first need to build the executable, by launching the windows setup script. The easier is to use [http://ipython.scipy.org Ipython]:
     122 * ''TODO''
     123
     124Then, build the executable, by launching the windows setup script. The easier is to use [http://ipython.scipy.org Ipython]:
    123125
    124126{{{
     
    126128}}}
    127129
    128 Then, run the script {{{windows/papywizard.nsi}}} (need to install NSIS software) to build the installer itself.
     130Last, run the script {{{windows/papywizard.nsi}}} (need to install NSIS software) to build the installer itself.
    129131
    130132''Note: the bluetooth doesn't work on Windows I don't know why, as I'm not really familiar with this plateform.''