en:debian
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:debian [2019/11/18 21:52] – rion | en:debian [2024/04/24 16:54] (current) – kukuruzo | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| ===== Nightly builds ==== | ===== Nightly builds ==== | ||
| - | 1) echo "deb https:// | + | === Ubuntu === |
| - | 2) sudo nano / | + | |
| + | Follow the instruction on adding ppa https:// | ||
| + | |||
| + | === Debian === | ||
| + | |||
| + | Adding of [[https:// | ||
| + | < | ||
| + | 1) echo "deb https:// | ||
| + | 2) sudo touch / | ||
| + | 3) sudo nano / | ||
| Package: * | Package: * | ||
| - | Pin: origin | + | Pin: release o=notesalexp.org |
| - | Pin-Priority: | + | Pin-Priority: |
| Package: psi-plus* | Package: psi-plus* | ||
| - | Pin: origin | + | Pin: release o=notesalexp.org |
| - | Pin-Priority: | + | Pin-Priority: |
| - | 3) sudo apt update | + | 4) ^o |
| - | 4) sudo apt install notesalexp-keyring --allow-unauthenticated -y | + | 5) enter |
| - | 5) sudo apt update | + | 6) ^x |
| - | 6) sudo apt install psi-plus-webkit psi-plus-plugins psi-plus-l10n psi-plus-sounds psi-plus-skins | + | 7) sudo apt-get install apt-transport-https |
| + | 8) sudo apt-get update -oAcquire:: | ||
| + | 9) sudo apt-get | ||
| + | 10) sudo apt-get update | ||
| + | 11) sudo apt-get install | ||
| + | </ | ||
| - | ===== What may be needed and how to build? ===== | + | === System updates |
| + | |||
| + | In the future you will receive updates of psi-plus* packages as usual: | ||
| + | < | ||
| + | sudo apt update | ||
| + | sudo apt upgrade | ||
| + | </ | ||
| + | ===== Build from source ===== | ||
| - | Your system may not be **libqca-qt5** and **Qt>=5.6.0**. If you do not - they must be installed prior to build. | + | Note, Psi+ won't build with Qt version < 5.6.0 |
| Install packages to build Psi +. Installed once at the first build: | Install packages to build Psi +. Installed once at the first build: | ||
| < | < | ||
| - | $ sudo apt install build-essential cmake git libhunspell-dev libidn11-dev libminizip-dev libotr5-dev libqca2-dev libqca-qt5-2-dev libqt5multimedia5-plugins libqt5svg5-dev libqt5webkit5-dev libqt5x11extras5-dev libsignal-protocol-c-dev libssl-dev libtidy-dev libxss-dev pkg-config qt5keychain-dev qt5-qmake qtbase5-dev qtmultimedia5-dev qttools5-dev | + | $ sudo apt install build-essential cmake git libhunspell-dev libidn11-dev libminizip-dev libotr5-dev |
| + | libqca2-dev libqca-qt5-2-dev libqt5multimedia5-plugins libqt5svg5-dev libqt5webkit5-dev | ||
| + | libqt5x11extras5-dev libsignal-protocol-c-dev libssl-dev libtidy-dev libxss-dev | ||
| + | pkg-config qt5keychain-dev qt5-qmake qtbase5-dev qtmultimedia5-dev qttools5-dev libusrsctp-dev | ||
| </ | </ | ||
| - | Download and build psi+ from source code | + | Download and build Psi+ from source code |
| < | < | ||
| $ git clone --depth=1 https:// | $ git clone --depth=1 https:// | ||
| $ mkdir psi-plus-snapshots/ | $ mkdir psi-plus-snapshots/ | ||
| $ cd psi-plus-snapshots/ | $ cd psi-plus-snapshots/ | ||
| - | $ cmake -DCHAT_TYPE=basic -DENABLE_PLUGINS=ON .. # or ../ | + | $ cmake -DCHAT_TYPE=basic -DENABLE_PLUGINS=ON -DBUNDLED_IRIS=ON .. |
| + | # or ../ | ||
| $ make -j5 | $ make -j5 | ||
| $ sudo make install | $ sudo make install | ||
en/debian.1574113935.txt.gz · Last modified: 2019/11/18 21:52 by rion
