diff --git a/gui/INSTALL.txt b/gui/INSTALL.txt new file mode 100644 index 0000000..2dfa7c2 --- /dev/null +++ b/gui/INSTALL.txt @@ -0,0 +1,20 @@ +- Linux/Windows + + Requirements: + + windows: python (enthought) code.enthough.com/enthon + (all python dependencies, only need graphviz) + + python www.python.org + wxPython www.wxpython.org + (c)elementtree elementtree + effbot.org/zone/element-index.htm (slower but more widely available) + celementtree effbot.org/zone/celementtree.htm (preferred) + graphviz www.graphviz.org + + Optional: + + Python Imaging Library www.pythonware.com/products/pil/ + + (It might be possible to include PIL in the sources) + diff --git a/gui/README.txt b/gui/README.txt index 665f60e..93f1349 100644 --- a/gui/README.txt +++ b/gui/README.txt @@ -3,20 +3,3 @@ Scyther The Scyther Tool: Automatic Verification of Security Protocols -- Linux/Windows - - Requirements: - - python www.python.org - wxPython www.wxpython.org - (c)elementtree elementtree - effbot.org/zone/element-index.htm (slower but more widely available) - celementtree effbot.org/zone/celementtree.htm (preferred) - graphviz www.graphviz.org - - Optional: - - Python Imaging Library www.pythonware.com/products/pil/ - - (It might be possible to include PIL in the sources) -