Browse Source

minor changes

pull/19/head
jahway603 1 year ago
parent
commit
ffe0549aa4
  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