Skip to content

Commit

Permalink
Merge remote-tracking branch 'pinn/master' into pinn2
Browse files Browse the repository at this point in the history
  • Loading branch information
procount committed Oct 17, 2022
2 parents d54a381 + a0e1cb6 commit df92752
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README_PINN.md
Original file line number Diff line number Diff line change
Expand Up @@ -1191,6 +1191,21 @@ On Ubuntu:

`sudo apt-get install build-essential rsync texinfo libncurses-dev whois unzip bc qt4-linguist-tools libssl-dev libgmp-dev`

The Qt4 framework has been removed from Ubuntu 20.04 main repository.
You can still get Qt4 libraries, adding the PPA rock-core/qt4
Run in a terminal:
`sudo add-apt-repository ppa:rock-core/qt4`
`sudo apt update`

And install the required Qt4 libraries by running command:

`sudo apt install qt4-linguist-tools`

For full tools use:
`sudo apt install qt4-dev-tools libqt4-dev libqt4-core libqt4-gui`
or
`sudo apt install qt4-dev-tools libqt4-dev libqtcore4 libqtgui4`

Also needed is bsdtar v3.3.1 which can be built as follows:
```
wget https://www.libarchive.org/downloads/libarchive-3.3.1.tar.gz
Expand Down

0 comments on commit df92752

Please sign in to comment.