Browse Source

Update cross-compile on Linux INSTALL.md for Windows

mvstuff
onryo 2 months ago
parent
commit
fc95d692e2
  1. 4
      INSTALL.md

4
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
```

Loading…
Cancel
Save