remove libxdg-basedir from docs and CI
This commit is contained in:
parent
dc5d843c08
commit
d927ef6ca0
@ -31,7 +31,7 @@ steps:
|
||||
- rm /etc/apt/apt.conf.d/docker-clean
|
||||
- apt-get update -q
|
||||
- apt-get install -qq build-essential clang pkg-config cmake
|
||||
- apt-get install -qq libcrypto++-dev libmagick++-dev libxdg-basedir-dev
|
||||
- apt-get install -qq libcrypto++-dev libmagick++-dev
|
||||
- rm -rf build
|
||||
- cmake -S . -B build -DLIBRAVATAR_BUNDLED_IDENTICONPP=YES
|
||||
- cmake --build build
|
||||
|
@ -121,11 +121,10 @@ Gentoo ebuilds are available via my
|
||||
* [cmake](https://cmake.org/) (at least 3.10)
|
||||
* [crypto++](https://cryptopp.com) (tested: 7.0 / 5.6)
|
||||
* [imagemagick](https://www.imagemagick.org/) (tested: 7.0 / 6.7)
|
||||
* [libxdg-basedir](http://repo.or.cz/w/libxdg-basedir.git) (tested: 1.2)
|
||||
* [identiconpp](https://schlomp.space/tastytea/identiconpp) (at least: 0.7.1)
|
||||
|
||||
On a Debian system, install the packages: `build-essential cmake libcrypto++-dev
|
||||
libmagick++-dev libxdg-basedir-dev` and
|
||||
On a Debian system, install the packages: `build-essential pkg-config cmake
|
||||
libcrypto++-dev libmagick++-dev` and
|
||||
[identiconpp](https://schlomp.space/tastytea/identiconpp) (or use the bundled).
|
||||
|
||||
#### Compile
|
||||
|
Loading…
x
Reference in New Issue
Block a user