From fc95d692e2063ea543d6eb012ebabbb048145e86 Mon Sep 17 00:00:00 2001 From: onryo Date: Wed, 6 Mar 2024 09:09:00 +0000 Subject: [PATCH] Update cross-compile on Linux INSTALL.md for Windows --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 76b8f2730..1557ed4e4 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -95,8 +95,8 @@ After you have compiled Hush, then you can run it with the following command: Get dependencies: ```ssh sudo apt-get install \ - build-essential pkg-config libc6-dev m4 g++-multilib \ - autoconf libtool ncurses-dev unzip git python \ + build-essential pkg-config libc6-dev m4 g++-multilib libdb++-dev \ + autoconf libtool ncurses-dev unzip git zip \ zlib1g-dev wget bsdmainutils automake mingw-w64 cmake libsodium-dev ```