From 37e8f23b3b0003e5f13a8e6185af9f7671e1438b Mon Sep 17 00:00:00 2001 From: Edouard Griffiths Date: Mon, 27 Dec 2021 18:16:49 +0100 Subject: [PATCH] Updated Compile from source in Linux (markdown) --- Compile-from-source-in-Linux.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Compile-from-source-in-Linux.md b/Compile-from-source-in-Linux.md index e801f0a..1478727 100644 --- a/Compile-from-source-in-Linux.md +++ b/Compile-from-source-in-Linux.md @@ -258,8 +258,9 @@ Prerequisites:
cd /opt/build
 git clone https://github.com/EttusResearch/uhd.git
+git fetch origin UHD-4.0
+git checkout UHD-4.0
 cd uhd/host
-git checkout v4.0.0.0
 mkdir build
 cd build
 cmake -DCMAKE_INSTALL_PREFIX=/opt/install/uhd ../