mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Fix list of packages to install with apt-get
libperl-dev is not necessary, while the old python-glade2, python-gnome2 and python-gtk2 libraries are no longer installable in Ubuntu 20.04 LTS or Debian 10. Update for this section requested in sf.net ticket #39; https://sourceforge.net/p/pysolfc/bugs/39/
This commit is contained in:
parent
bb2769a63a
commit
91f785c574
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ sudo urpmi git make pygtk2 pygtk2.0-libglade gnome-python-canvas tkinter
|
|||
On Debian / Ubuntu / etc. you can do:
|
||||
|
||||
```
|
||||
sudo apt-get install -y cpanminus libperl-dev make perl python-glade2 python-gnome2 python-gnome2-dev python-gtk2 python-setuptools python-tk
|
||||
sudo apt-get install cpanminus make perl python3-setuptools python3-tk
|
||||
```
|
||||
|
||||
#### Step 2 - build PySol.
|
||||
|
|
Loading…
Add table
Reference in a new issue