1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Remove the urpmi lines.

They are not available on most systems and also see
https://github.com/shlomif/PySolFC/issues/81 - they are also mentioned
above.
This commit is contained in:
Shlomi Fish 2018-05-08 10:09:00 +03:00
parent 0a05c3c9cf
commit 3541d467be

View file

@ -66,10 +66,7 @@ sudo apt-get install -y ack-grep cpanminus libperl-dev make perl python-glade2 p
``` ```
$ git clone https://github.com/shlomif/PySolFC.git $ git clone https://github.com/shlomif/PySolFC.git
$ cd PySolFC $ cd PySolFC
$ sudo urpmi tkinter $ # Now make sure you have installed the dependencies.
$ sudo urpmi pygtk2
$ sudo urpmi pygtk2.0-libglade
$ sudo urpmi gnome-python-canvas
$ gmake test $ gmake test
$ gmake rules $ gmake rules
$ ln -s data/images images $ ln -s data/images images