From ffe0549aa48aecdedf08e3103ab12c6a9b1be334 Mon Sep 17 00:00:00 2001 From: jahway603 Date: Thu, 27 Apr 2023 12:26:25 -0400 Subject: [PATCH] minor changes --- .../cross-compile-hush-full-node-to-aarch64-with-docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/advanced/cross-compile-hush-full-node-to-aarch64-with-docker.md b/advanced/cross-compile-hush-full-node-to-aarch64-with-docker.md index da42532..449f223 100644 --- a/advanced/cross-compile-hush-full-node-to-aarch64-with-docker.md +++ b/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