Add Pop! OS

This commit is contained in:
Maze 2023-03-31 21:53:17 +02:00
parent 111462d3d0
commit 2af33fce77

View File

@ -17,6 +17,7 @@ but compiling on Windows and macOS should be possible with the right tools.
- [Gentoo / emerge](#gentoo-emerge)
- [Ubuntu 19.04 / apt](#ubuntu-1904-apt)
- [Ubuntu 19.10+, Debian bullseye / apt](#ubuntu-1910-debian-bullseye-apt)
- [Pop! OS](#pop-os)
- [Void Linux / xbps](#void-linux-xbps)
- [Installing PyOtherSide manually](#installing-pyotherside-manually)
- [Installing libolm manually](#installing-libolm-manually)
@ -256,6 +257,26 @@ sudo apt install qt5-default qt5-qmake qt5-image-formats-plugins \
libolm-dev
```
#### Pop! OS
No need to install libolm manually.
```sh
sudo apt update
sudo apt install qt5-qmake qt5-image-formats-plugins qml-module-qtquick2 \
qml-module-qtquick-window2 qml-module-qtquick-layouts \
qml-module-qtquick-dialogs qml-module-qt-labs-platform \
qml-module-qtquick-shapes qml-module-qt-labs-qmlmodels \
qml-module-qtgraphicaleffects qml-module-qtquick-controls2 \
qtdeclarative5-dev qtquickcontrols2-5-dev libx11-dev \
libxss-dev libasound2-dev python3-dev python3-pip \
qml-module-io-thp-pyotherside build-essential git \
cmake zlib1g-dev libtiff5-dev libwebp-dev libopenjp2-7-dev \
libmediainfo-dev libolm-dev meson libdbus-glib-1-dev \
libgirepository1.0-dev patchelf
pip3 install --user dbus-python
```
#### Void Linux / xbps
[PyOtherSide](#installing-pyotherside-manually) must be manually installed.