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)
@@ -67,7 +67,7 @@ On **Debian/Ubuntu**:
|
||||
|
||||
```bash
|
||||
sudo apt install libxi-dev libxtst-dev libqt5x11extras5-dev \
|
||||
libyubikey-dev libykpers-1-dev libsodium-dev
|
||||
libyubikey-dev libykpers-1-dev libsodium-dev libcurl4-openssl-dev
|
||||
```
|
||||
|
||||
For **Ubuntu 14.04**, the `libsodium-dev` package is provided through our PPA, see above.
|
||||
@@ -76,7 +76,8 @@ On **Fedora/RHEL/CentOS**:
|
||||
|
||||
```bash
|
||||
sudo dnf install libXi-devel libXtst-devel qt5-qtx11extras \
|
||||
qt5-qtx11extras-devel libyubikey-devel ykpers-devel libsodium-devel
|
||||
qt5-qtx11extras-devel libyubikey-devel ykpers-devel \
|
||||
libsodium-devel libcurl-devel
|
||||
```
|
||||
|
||||
**CentOS** requires more up-to-date packages, provided here: https://copr.fedorainfracloud.org/coprs/bugzy/keepassxc/
|
||||
@@ -84,7 +85,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 libsodium
|
||||
yubico-c yubikey-personalization libsodium curl
|
||||
```
|
||||
|
||||
### Update your environment regularly
|
||||
|
||||
Reference in New Issue
Block a user