Merge pull request 'Add Arch install process' (#393) from jahway603 into dev
Reviewed-on: https://git.hush.is/hush/hush3/pulls/393
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user