Difference between revisions of "Wah!Cade:Installation"

From Wah!ki
Jump to navigation Jump to search
Line 53: Line 53:
 
# Extract the Chardet package to a temporary directory
 
# Extract the Chardet package to a temporary directory
 
# From a command prompt in the chardet directory run python ./setup.py install
 
# From a command prompt in the chardet directory run python ./setup.py install
# Run the PIL installer
+
# PIL
# Extract the Wah!Cade source
+
# Wah!Cade source
 
# Install optional packages
 
# Install optional packages
## Run the PyGame installer
+
## PyGame
## Run the Gstreamer installer
+
## Gstreamer
## Run the Psycho installer
+
## Psycho
  
 
[[Category:Wah!Cade]][[Category:Installation]]
 
[[Category:Wah!Cade]][[Category:Installation]]

Revision as of 23:19, 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