Browse Source

Update INSTALL.md

pull/148/head
FireMartZ 6 years ago
committed by GitHub
parent
commit
343ee57c90
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      INSTALL.md

12
INSTALL.md

@ -29,16 +29,22 @@ sudo mkswap /swapfile
sudo swapon /swapfile sudo swapon /swapfile
``` ```
To install build depedencies: ## Build on Linux:
```sh ```sh
# install build depedencies
sudo apt-get install build-essential pkg-config libc6-dev m4 g++-multilib \ sudo apt-get install build-essential pkg-config libc6-dev m4 g++-multilib \
autoconf libtool ncurses-dev unzip git python zlib1g-dev wget \ autoconf libtool ncurses-dev unzip git python zlib1g-dev wget \
bsdmainutils automake curl unzip nano bsdmainutils automake curl unzip nano
# pull
git clone https://github.com/MyHush/hush.git
cd hush
# Build
./zcutil/build.sh -j$(nproc)
``` ```
## Download proving key:
## Download proving key
```sh ```sh
./zcutil/fetch-params.sh ./zcutil/fetch-params.sh
``` ```

Loading…
Cancel
Save