From 1c278ca4274307452b403cb3689e0a06e7fb00d2 Mon Sep 17 00:00:00 2001 From: Cas Cremers Date: Thu, 14 Dec 2017 16:23:09 +0000 Subject: [PATCH] Fixing installation instructions since Python 2 is no longer in default Ubuntu installs. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 156a730..5175223 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Windows and MAC OS X should be equally feasible. Note that the below instructions are written from a Linux/Ubuntu perspective, and probably need modifications for other platforms. -Scyther is written partly in Python (for the GUI, using wxPython) and +Scyther is written partly in Python 2 (for the GUI, using wxPython) and partly in C (for the backend). In order to run the tool from a repository checkout, it is required to @@ -36,10 +36,11 @@ The build process depends on the following * `flex` * `bison` * `gcc-multilib` + * `python-minimal` If you are using Ubuntu, installing these may be as simple as running -`sudo apt-get install cmake build-essential flex bison gcc-multilib` +`sudo apt-get install cmake build-essential flex bison gcc-multilib python-minimal` In case you also want to be able to compile Windows binaries from Linux, you also need: