Changes between Version 114 and Version 115 of DevelopGuide
- Timestamp:
- Apr 3, 2010, 10:06:56 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopGuide
v114 v115 310 310 === Debian package === 311 311 312 There is no debian packager yet. 312 Papywizard includes a '''{{{distutils}}}''' extension script to build debian package in a easy way: 313 314 {{{ 315 $ python debian/setup.py bdist_debian 316 }}} 317 318 Then, just move the packages to the web site. 313 319 314 320 === Maemo package === 315 321 316 Papywizard includes an distutils extension script to build maemo debian package in a easy way:322 As maemo is based on debian packages, as similar script can be used: 317 323 318 324 {{{ … … 320 326 }}} 321 327 322 Then, just move the packages to the web site.323 324 328 === Windows installer === 325 329 326 * install NSISsoftware330 * install [nsis.sourceforge.net NSIS] software 327 331 * build the executable by launching the script '''{{{windows/buildexe.bat}}}''' 328 332 * edit (update the version number) and run the script '''{{{windows/papywizard.nsi}}}'''