From 6ac8d3f8226167d5922d101d5efd6bb5d0fac9e2 Mon Sep 17 00:00:00 2001 From: Cas Cremers Date: Mon, 24 Feb 2020 21:45:55 +0100 Subject: [PATCH] Removing duplicate install file. --- gui/INSTALL.md | 6 ---- gui/INSTALL.txt | 85 ------------------------------------------------- 2 files changed, 91 deletions(-) delete mode 100644 gui/INSTALL.txt diff --git a/gui/INSTALL.md b/gui/INSTALL.md index fd0db99..41f49be 100644 --- a/gui/INSTALL.md +++ b/gui/INSTALL.md @@ -1,12 +1,6 @@ Installation and usage of the Scyther tool ========================================== -Download --------- - -Downloads of binary archives of Scyther for all main platforms can be -found at http://users.ox.ac.uk/~coml0529/scyther/index.html - Requirements ------------ diff --git a/gui/INSTALL.txt b/gui/INSTALL.txt deleted file mode 100644 index abf5842..0000000 --- a/gui/INSTALL.txt +++ /dev/null @@ -1,85 +0,0 @@ -Installation and usage of the Scyther tool -========================================== - -Requirements ------------- - -To be able to use Scyther, you need the following three things: - - -1. The GraphViz library. - - This library is used by the Scyther tool to draw graphs. It can be - freely downloaded from: - - http://www.graphviz.org/ - - Download the latest stable release and install it. - - - -The graphical user interface of Scyther is written in the Python -language. Therefore, the GUI requires the following two items: - - -2. Python - - Stable releases of the Python interpreter are available from: - - - - Scyther does not support Python 3. You are therefore recommended to - choose the latest production release of Python 2, e.g., Python 2.7. - - Mac OS X: - If the package yields an error when you try to install it, - please use the following, in the directory where you downloaded - it: - - $ sudo installer -pkg graphviz-2.34.0.pkg -target / - - -3. wxPython libraries. - - The GUI user interface uses the wxPython libraries. - - - - There are many different wxPython packages. You should choose a 32-bit - package that matches your Python version (e.g., 2.7). It is - recommended to select the unicode version from the stable releases. - - As of writing (May 2013) the following links lead to the appropriate - wxPython packages for Python 2.7: - - Windows: - - - Mac OS X: - - - Note that this package is in an old format and you will probably - get a warning "Package is damaged". This can be resolved by: - - $ sudo installer -pkg /Volume/.../wxPython2.8-osx-unicode-universal-py2.7.pkg/ -target / - - Ubuntu/Debian Linux: - - - -Running Scyther ---------------- - - -Start Scyther by executing the file - - scyther-gui.py - -in the directory where you found this file. - - Mac OS X: - - Right-click the file 'scyther-gui.py' and select "Open with" and - then "Python Launcher". - -