From be0de4a2b5a9936033fc04996cfb50e631a905a8 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Wed, 19 Apr 2017 12:01:27 +0300 Subject: [PATCH] Correct the README [build instructions]. Thanks to https://github.com/shlomif/PySolFC/issues/11 and @whitenj . --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ff29947..6078c900 100644 --- a/README.md +++ b/README.md @@ -41,11 +41,26 @@ $ python pysol.py After following steps similar to these (on [Mageia Linux](http://www.mageia.org/) ): +#### Step 1 - install the dependencies + +On Mageia you can do: + +``` +$ sudo urpmi git make pygtk2 pygtk2.0-libglade gnome-python-canvas tkinter +``` + +On Debian / Ubuntu / etc. you can do: + +``` +$ sudo apt-get install -y ack-grep cpanminus libperl-dev make perl python-glade2 python-gnome2 python-gnome2-dev python-gtk2 python-setuptools python-tk + +``` + +#### Step 2 - build PySol. + ``` -$ sudo urpmi git # urpmi is similar to apt-get $ git clone https://github.com/shlomif/PySolFC.git $ cd PySolFC -$ git checkout shlomif--main-branch--master $ sudo urpmi tkinter $ sudo urpmi pygtk2 $ sudo urpmi pygtk2.0-libglade