mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-18 16:44:32 +00:00
add libsecret-1-dev to docs and setup script
This commit is contained in:
parent
34872ab6b7
commit
85a86efe66
2 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ rustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-andro
|
|||
```
|
||||
Linux desktop specific dependencies:
|
||||
```
|
||||
sudo apt-get install clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev meson python3-pip libgirepository1.0-dev valac xsltproc docbook-xsl
|
||||
sudo apt-get install clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev meson python3-pip libgirepository1.0-dev valac xsltproc docbook-xsl libsecret-1-dev
|
||||
pip3 install --upgrade meson==0.64.1 markdown==3.4.1 markupsafe==2.1.1 jinja2==3.1.2 pygments==2.13.0 toml==0.10.2 typogrify==2.0.7 tomli==2.0.1
|
||||
```
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ sudo apt-get install -y unzip automake build-essential file pkg-config git pytho
|
|||
|
||||
sudo apt-get install -y debhelper libclang-dev cargo rustc opencl-headers libssl-dev ocl-icd-opencl-dev
|
||||
|
||||
sudo apt-get install -y unzip automake build-essential file pkg-config git python libtool libtinfo5 cmake openjdk-8-jre-headless
|
||||
sudo apt-get install -y unzip automake build-essential file pkg-config git python libtool libtinfo5 cmake openjdk-8-jre-headless libsecret-1-dev
|
||||
|
||||
sudo apt install -y libc6-dev-i386
|
||||
|
||||
|
|
Loading…
Reference in a new issue