Difference between revisions of "Wah!Cade:Installation"

From Wah!ki
Jump to navigation Jump to search
Line 26: Line 26:
 
=== Mandriva package ===
 
=== Mandriva package ===
 
* sudo urpmi wahcade
 
* sudo urpmi wahcade
 +
 +
=== Raspberry Pi (Raspbian) ===
 +
# sudo apt-get install python-gtk2 python-glade2 python-chardet python-gst0.10 python-imaging python-cairo python-pygame
 +
# Download the [http://www.anti-particle.com/wahcade_dl.shtml deb package]
 +
# dpkg -i wahcade*.deb
  
 
=== Development versions ===
 
=== Development versions ===

Revision as of 09:16, 12 February 2013

Wah!Cade has numerous installation methods.

General List of Dependancies

  • Python >= 2.6
  • PyGTK
  • Glade
  • Chardet
  • PIL
  • PyGame
  • gStreamer
  • Psycho

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

Mandriva package

  • sudo urpmi wahcade

Raspberry Pi (Raspbian)

  1. sudo apt-get install python-gtk2 python-glade2 python-chardet python-gst0.10 python-imaging python-cairo python-pygame
  2. Download the deb package
  3. dpkg -i wahcade*.deb

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 (and 64bit in 32bit mode)

This procedure is tested with:

  • Wah!Cade 0.99pre8 on Windows XP
  • Mah!Cade-bzr on Windows 7 64bit

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