Difference between revisions of "Wah!Cade:Installation"

From Wah!ki
Jump to navigation Jump to search
Line 23: Line 23:
 
This procedure is tested with Wah!Cade 0.99pre8 on Windows XP<br />
 
This procedure is tested with Wah!Cade 0.99pre8 on Windows XP<br />
  
'''Packages Required:'''
+
=== Packages Required ===
 
* [http://python.org Python 2.6]
 
* [http://python.org Python 2.6]
 
* [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+]
Line 38: Line 38:
 
** [http://transact.dl.sourceforge.net/project/psyco/psyco/1.6/psyco-1.6.win32-py25.exe Psycho]
 
** [http://transact.dl.sourceforge.net/project/psyco/psyco/1.6/psyco-1.6.win32-py25.exe Psycho]
  
'''Installation procedure:'''
+
=== Installation procedure ===
 
# Run the Python 2.6 Installer  
 
# Run the Python 2.6 Installer  
 
# Run the Glade with GTK+ Installer  
 
# Run the Glade with GTK+ Installer  

Revision as of 05:00, 30 December 2010

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

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

Windows 32bit

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

Packages Required

Installation procedure

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