Browse Source

Add Arch install process

pull/393/head
jahway603 2 months ago
parent
commit
84ebb85a90
  1. 13
      INSTALL.md

13
INSTALL.md

@ -28,6 +28,19 @@ cd hush3
./build.sh -j3
```
## Build on Arch:
```sh
# install build dependencies
sudo pacman -S gcc libsodium lib32-zlib unzip wget git python rust curl autoconf cmake
# clone git repo
git clone https://git.hush.is/hush/hush3
cd hush3
# Build
# This uses 3 build processes, you need 2GB of RAM for each.
./build.sh -j3
```
## Build on Fedora:
```sh

Loading…
Cancel
Save