Update cross-compile on Linux INSTALL.md for Windows

This commit is contained in:
onryo
2024-03-06 09:09:00 +00:00
parent 63fc690ca3
commit fc95d692e2

View File

@@ -95,8 +95,8 @@ After you have compiled Hush, then you can run it with the following command:
Get dependencies: Get dependencies:
```ssh ```ssh
sudo apt-get install \ sudo apt-get install \
build-essential pkg-config libc6-dev m4 g++-multilib \ build-essential pkg-config libc6-dev m4 g++-multilib libdb++-dev \
autoconf libtool ncurses-dev unzip git python \ autoconf libtool ncurses-dev unzip git zip \
zlib1g-dev wget bsdmainutils automake mingw-w64 cmake libsodium-dev zlib1g-dev wget bsdmainutils automake mingw-w64 cmake libsodium-dev
``` ```