Browse Source

Merge pull request #148 from MyHush/master

Merge master into dev.
size_on_disk
FireMartZ 6 years ago
committed by GitHub
parent
commit
401b860f65
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      INSTALL.md
  2. 2
      README.md

16
INSTALL.md

@ -6,8 +6,8 @@ This method can be used to install release packages:
```sh
cd ~
sudo wget https://github.com/MyHush/hush/releases/download/v2.0.0/hush-2.0.0-b4f1a4ce-amd64.deb
sudo dpkg -i hush-2.0.0-b4f1a4ce-amd64.deb
sudo wget https://github.com/MyHush/hush/releases/download/v2.0.0/hush-2.0.0-c7d6ba61-amd64.deb
sudo dpkg -i hush-2.0.0-c7d6ba61-amd64.deb
```
To install Hush from source, read on.
@ -29,16 +29,22 @@ sudo mkswap /swapfile
sudo swapon /swapfile
```
To install build depedencies:
## Build on Linux:
```sh
# install build depedencies
sudo apt-get install build-essential pkg-config libc6-dev m4 g++-multilib \
autoconf libtool ncurses-dev unzip git python zlib1g-dev wget \
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
./zcutil/fetch-params.sh
```

2
README.md

@ -94,7 +94,7 @@ The section of using the command line is relevant to HUSH.
### Not content with command line use of HUSH?
A [HUSH GUI Wallet](https://github.com/MyHush/hush-swing-wallet-ui/releases/tag/v0.71.2-beta)
A [HUSH GUI Wallet](https://github.com/MyHush/hush-swing-wallet-ui/releases)
License
-------

Loading…
Cancel
Save