Difference between revisions of "Wah!Cade:Installation"

From Wah!ki
Jump to navigation Jump to search
Line 33: Line 33:
 
* [http://ftp.gnome.org/pub/GNOME/binaries/win32/glade3/3.6/glade3-3.6.7-with-GTK+.exe Glade with GTK+]
 
* [http://ftp.gnome.org/pub/GNOME/binaries/win32/glade3/3.6/glade3-3.6.7-with-GTK+.exe Glade with GTK+]
 
* PyGTK
 
* PyGTK
* [http://ftp.gnome.org/pub/GNOME/binaries/win32/pycairo/1.8/pycairo-1.8.6.win32-py2.6.exe pycairo-1.8.6.win32-py2.6.exe]
+
** [http://ftp.gnome.org/pub/GNOME/binaries/win32/pycairo/1.8/pycairo-1.8.6.win32-py2.6.exe pycairo-1.8.6.win32-py2.6.exe]
* [http://ftp.gnome.org/pub/GNOME/binaries/win32/pygobject/2.20/pygobject-2.20.0.win32-py2.6.exe pygobject-2.20.0.win32-py2.6.exe]
+
** [http://ftp.gnome.org/pub/GNOME/binaries/win32/pygobject/2.20/pygobject-2.20.0.win32-py2.6.exe pygobject-2.20.0.win32-py2.6.exe]
* [http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.16/pygtk-2.16.0+glade.win32-py2.6.exe pygtk-2.16.0+glade.win32-py2.6.exe]
+
** [http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.16/pygtk-2.16.0+glade.win32-py2.6.exe pygtk-2.16.0+glade.win32-py2.6.exe]
 
* [http://chardet.feedparser.org/download/python2-chardet-2.0.1.tgz Chardet]
 
* [http://chardet.feedparser.org/download/python2-chardet-2.0.1.tgz Chardet]
 
* [http://effbot.org/media/downloads/PIL-1.1.7.win32-py2.6.exe PIL]
 
* [http://effbot.org/media/downloads/PIL-1.1.7.win32-py2.6.exe PIL]

Revision as of 23:20, 17 December 2011

Wah!Cade has numerous installation methods.

Linux

Debian package

  1. Download the .deb package
  2. sudo dpkg -i <filename>

Source package

  1. Download the source package
  2. tar xvf <filename>
  3. See Installation:Additional Packages

Ubuntu package

  • sudo apt-get install wahcade

Development versions

Latest Release

  1. Install bzr (Refer to your distribution manual)
  2. Branch source

Previous Release

  1. Branch the latest release
  2. cd wahcade
  3. bzr pull --overwrite -r <Rev No>

Windows 32bit

This procedure is tested with Wah!Cade 0.99pre8 on Windows XP

Packages Required

Installation procedure

  1. Python 2.6 Installer
  2. Glade with GTK+ Installer
  3. PyGTK+ Installers:
    1. pygtk
    2. pygobject
    3. pycairo
  4. Extract the Chardet package to a temporary directory
  5. From a command prompt in the chardet directory run python ./setup.py install
  6. PIL
  7. Wah!Cade source
  8. Install optional packages
    1. PyGame
    2. Gstreamer
    3. Psycho