Changes between Version 42 and Version 43 of DevelopGuide
- Timestamp:
- Oct 6, 2008, 4:05:19 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopGuide
v42 v43 11 11 * [#View View] 12 12 * [#Distributing Distributing] 13 * [# MakeDebianpackage Make Debian package]14 * [#Ma keMaemopackage Make Maemo package]15 * [# MakeWindowsinstaller MakeWindows installer]13 * [#Debianpackage Debian package] 14 * [#Maemopackage Maemo package] 15 * [#Windowsinstaller Windows installer] 16 16 * [#Thefuture The future] 17 17 … … 98 98 == Distributing == 99 99 100 === MakeDebian package ===100 === Debian package === 101 101 102 102 Papywizard includes an distutils extension script to build debian package in a easy way: … … 108 108 The package is build in the {{{dist/}}} directory. 109 109 110 === Ma ke Maemo package ===110 === Maemo package === 111 111 112 112 Same for debian package: … … 116 116 }}} 117 117 118 === MakeWindows installer ===118 === Windows installer === 119 119 120 This is a little bit tricky (as always on this plateform!). 120 This is a little bit tricky (as always on this plateform!). You first need to install all developpement tools and libraries: 121 121 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 124 Then, build the executable, by launching the windows setup script. The easier is to use [http://ipython.scipy.org Ipython]: 123 125 124 126 {{{ … … 126 128 }}} 127 129 128 Then, run the script {{{windows/papywizard.nsi}}} (need to install NSIS software) to build the installer itself.130 Last, run the script {{{windows/papywizard.nsi}}} (need to install NSIS software) to build the installer itself. 129 131 130 132 ''Note: the bluetooth doesn't work on Windows I don't know why, as I'm not really familiar with this plateform.''