Difference between revisions of "Wah!Cade:Installation"

From Wah!ki
Jump to navigation Jump to search
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
Wah!Cade has numerous installation methods.  
 
Wah!Cade has numerous installation methods.  
 +
 +
== General List of Dependancies ==
 +
* Python >= 2.6
 +
* PyGTK
 +
* Glade
 +
* Chardet
 +
* PIL
 +
* PyGame
 +
* gStreamer
 +
* Psycho
  
 
== Linux ==
 
== Linux ==
Line 9: Line 19:
 
# Download the [http://www.anti-particle.com/wahcade.shtml source package]
 
# Download the [http://www.anti-particle.com/wahcade.shtml source package]
 
# tar xvf <filename>
 
# tar xvf <filename>
# See [[Installation:Additional Packages]]
+
# See [[Wah!Cade:Additional Packages]]
  
 
=== Ubuntu package ===
 
=== Ubuntu package ===
 
* sudo apt-get install wahcade
 
* sudo apt-get install wahcade
 +
 +
=== Mandriva package ===
 +
* 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 ===
 +
==== Latest Release ====
 
# Install bzr (Refer to your distribution manual)
 
# Install bzr (Refer to your distribution manual)
 
# Branch source
 
# Branch source
Line 20: Line 39:
 
#* bzr branch http://bazaar.launchpad.net/%2Bbranch/wahcade/
 
#* bzr branch http://bazaar.launchpad.net/%2Bbranch/wahcade/
  
== Windows 32bit ==
+
==== Previous Release ====
This procedure is tested with Wah!Cade 0.99pre8 on Windows XP<br />
+
# Branch the latest release
 +
# cd wahcade
 +
# bzr pull --overwrite -r <Rev No>
  
'''Packages Required:'''
+
== 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 ===
 
* [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+]
 
* 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]
Line 38: Line 64:
 
** [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  
+
# Python 2.6 Installer  
# Run the Glade with GTK+ Installer  
+
# Glade with GTK+ Installer  
# Run the PyGTK+ Installers:
+
# PyGTK+ Installers:
 +
## pygtk
 +
## pygobject
 +
## pycairo
 
# 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:Windows]]

Latest revision as of 21:55, 4 February 2020

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 Wah!Cade: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