From e5c30ec47b87c1251514d0768d94e136bf1910fe Mon Sep 17 00:00:00 2001 From: JayDDee Date: Thu, 16 Jan 2025 11:52:22 -0500 Subject: [PATCH] Updated Compiling from source (markdown) --- Compiling-from-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compiling-from-source.md b/Compiling-from-source.md index 1cc57bd..c124870 100644 --- a/Compiling-from-source.md +++ b/Compiling-from-source.md @@ -23,7 +23,7 @@ Install any additional dependencies needed by cpuminer-opt. The list below are s The following command should install everything you need on Debian based distributions. -`$ sudo apt-get install build-essential gcc automake libcurl4-openssl-dev libjansson-dev libgmp-dev zlib1g-dev git` +`$ sudo apt-get install build-essential gcc automake libcurl4-openssl-dev libjansson-dev libgmp-dev zlib1g-dev` cpuminer-opt can now be compiled on Linux, see Compiling cpuminer-opt below.