mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Updated Set up Build Environment on Linux (markdown)
@@ -69,7 +69,7 @@ On **Debian/Ubuntu**:
|
||||
|
||||
```bash
|
||||
sudo apt install libxi-dev libxtst-dev libqt5x11extras5-dev libyubikey-dev \
|
||||
libykpers-1-dev libcurl4-openssl-dev libquazip5-dev libreadline-dev
|
||||
libykpers-1-dev libquazip5-dev libreadline-dev
|
||||
```
|
||||
|
||||
For **Ubuntu 14.04**, the `libsodium-dev` package is provided through our PPA, see above.
|
||||
@@ -79,7 +79,7 @@ On **Fedora/RHEL/CentOS**:
|
||||
```bash
|
||||
sudo dnf install libXi-devel libXtst-devel qt5-qtx11extras \
|
||||
qt5-qtx11extras-devel libyubikey-devel ykpers-devel \
|
||||
libcurl-devel quazip-qt5-devel
|
||||
quazip-qt5-devel
|
||||
```
|
||||
|
||||
**CentOS** requires more up-to-date packages, provided here: https://copr.fedorainfracloud.org/coprs/bugzy/keepassxc/
|
||||
@@ -87,7 +87,7 @@ sudo dnf install libXi-devel libXtst-devel qt5-qtx11extras \
|
||||
On **Arch Linux**:
|
||||
```bash
|
||||
sudo pacman -S libxi libxtst qt5-x11extras qt5-tools \
|
||||
yubico-c yubikey-personalization curl quazip-0.7.6-1
|
||||
yubico-c yubikey-personalization quazip-0.7.6-1
|
||||
```
|
||||
|
||||
### Update your environment regularly
|
||||
|
||||
Reference in New Issue
Block a user