Browse Source

Merge pull request 'minor changes' (#19) from dev into master

Reviewed-on: https://git.hush.is/jahway603/hush-docs/pulls/19
pull/23/head
jahway603 1 year ago
parent
commit
3a2f926807
  1. 4
      advanced/cross-compile-hush-full-node-to-aarch64-with-docker.md

4
advanced/cross-compile-hush-full-node-to-aarch64-with-docker.md

@ -28,8 +28,8 @@ Make sure we have the latest versions of everything in the base OS image.
*Note: the dependencies for arm64(aarch64) are slightly different*
```
apt-get -y install build-essential pkg-config libc6-dev m4 autoconf libtool libncurses-dev unzip git python3 python-is-python3 zlib1g-dev wget bsdmainutils
automake nano curl unzip libsodium-dev libboost-dev libdb++-dev libwolfssl-dev g++-aarch64-linux-gnu g++
apt-get -y install build-essential pkg-config libc6-dev m4 autoconf libtool libncurses-dev unzip git python3 python-is-python3 zlib1g-dev wget bsdmainutils \
automake nano curl unzip libsodium-dev libboost-dev libdb++-dev libwolfssl-dev g++-aarch64-linux-gnu g++ cmake
```
4. ### Pull or clone latest hush3 from git.hush.is

Loading…
Cancel
Save