Adding deps for building the Tauri wallet under Ubuntu (#770)

This commit is contained in:
Dave Hrycyszyn
2021-09-10 11:23:21 +03:00
committed by GitHub
parent c9dce0c1da
commit 0b9c03ca90
+16
View File
@@ -1,3 +1,19 @@
## Prerequisites
On Ubuntu-ish systems (not tested on Debian but may work):
```
sudo apt update && sudo apt install libwebkit2gtk-4.0-dev \
build-essential \
curl \
wget \
libssl-dev \
libgtk-3-dev \
libappindicator3-dev \
patchelf \
librsvg2-dev```
## Getting started