Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > 409570080107b5a4b50a56c1032a660f > files > 6

multiplicationstation-0.6.8-1.mga5.noarch.rpm

==========================================

APPLICATION INSTALLATION INSTRUCTIONS

==========================================

Linux:

Dependencies:
	Python 2.7 , PyGame, SDL

Optional:	
	wxPython-3.*

Local Installation:
	unzip package to home directory
	cd into home directory
	run: "python ./mstation.py"  or "python ./mstation.py -wx"

System-wide Installation:
	chmod +x setup.py
	./setup.py
	/usr/local/bin/mstation  or /usr/local/bin/mstation -wx

Uninstall:
	chmod +x setup.py
	./setup.py uninstall

==========================================

Mac, Windows:

Note: 
	Mac/Win users can just run from the 
	local installation directory without
	copying files to the python sitepkgs
	directory.

Dependencies:
	Python 2.7, PyGame, SDL

Optional:
	wxPython-3.*

Installation Procedure:
	unzip the package
	cd into package directory
	python ./mstation.py
		or
	python ./mstation.py -wx  (if wxPython >= v3.0 installed)
	
==========================================