159
edits
No edit summary |
(Minor changes) |
||
| Line 31: | Line 31: | ||
== Installation == | == Installation == | ||
=== Linux === | === Linux === | ||
FGo! doesn't require an installation: you can just unpack the archive anywhere and make sure that all software dependencies are met before the first start. | |||
In Debian and Debian-based distributions the following packages are required: python, python-tk, tcl8.x and tk8.x; optionally, python-imaging-tk or python-pil.imagetk, depending on which one is available on your particular distribution, may be installed. For an easy installation choose python-imaging-tk or python-pil.imagetk in your favorite package manager, and all other required dependencies should be installed automatically. | In Debian and Debian-based distributions the following packages are required: python, python-tk, tcl8.x and tk8.x; optionally, python-imaging-tk or python-pil.imagetk, depending on which one is available on your particular distribution, may be installed. For an easy installation choose python-imaging-tk or python-pil.imagetk in your favorite package manager, and all other required dependencies should be installed automatically. | ||
| Line 39: | Line 39: | ||
=== Windows === | === Windows === | ||
DISCLAIMER - | DISCLAIMER - The application is not well tested on Windows, for this reason unexpected behavior may occur. | ||
In order to use FGo! on a Windows operating system, download and install [https://www.python.org/ftp/python/2.7.8/python-2.7.8.msi Python 2.7.8] and [http://effbot.org/media/downloads/PIL-1.1.7.win32-py2.7.exe PIL-1.1.7]: these are the needed libraries and binaries for Python. It may also be helpful to rename the "fgo" executable file, located in the main FGo! directory, to "fgo.py": otherwise Windows, unlike Linux, might not recognize it as a Python application. | In order to use FGo! on a Windows operating system, download and install [https://www.python.org/ftp/python/2.7.8/python-2.7.8.msi Python 2.7.8] and [http://effbot.org/media/downloads/PIL-1.1.7.win32-py2.7.exe PIL-1.1.7]: these are the needed libraries and binaries for Python. It may also be helpful to rename the "fgo" executable file, located in the main FGo! directory, to "fgo.py": otherwise Windows, unlike Linux, might not recognize it as a Python application. | ||
edits