1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-22 18:11:43 +03:00

Update HACKING.md

This commit is contained in:
Eugene Pankov 2021-07-08 22:03:03 +02:00
parent fc1deb67e8
commit 72874a1e84
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -15,14 +15,7 @@ yarn
```
```
# Linux (Debian here as an example)
sudo apt install libfontconfig-dev libsecret-1-dev bsdtar libnss3 libatk1.0-0 libatk-bridge2.0-0 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm1
yarn
./scripts/build-native.js
```
```
# Linux (Ubuntu 20.04)
# Linux (Debian/Ubuntu here as an example)
sudo apt install libfontconfig-dev libsecret-1-dev libarchive-tools libnss3 libatk1.0-0 libatk-bridge2.0-0 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm1 cmake
yarn
./scripts/build-native.js