From 883fbe407f6f7ed19e1420201c60d768188eba15 Mon Sep 17 00:00:00 2001 From: Duke Date: Sun, 23 Apr 2023 06:23:18 -0700 Subject: [PATCH] Revert "Add libleveldb-dev to build dependencies" This reverts commit fab9a7f51d138ec2e2025e7b668d620205ddd070. --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index fa10114c4..c13109788 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -25,7 +25,7 @@ sudo swapon /swapfile # install build dependencies sudo apt-get install build-essential pkg-config libc6-dev m4 g++-multilib \ autoconf libtool ncurses-dev unzip git zlib1g-dev wget \ - bsdmainutils automake curl unzip nano libsodium-dev libleveldb-dev cmake + bsdmainutils automake curl unzip nano libsodium-dev cmake # clone git repo git clone https://git.hush.is/hush/hush3 cd hush3