From 6b59e8ba0ccaeb2538a142379e874e1468f7dc5d Mon Sep 17 00:00:00 2001 From: G_Admin Date: Mon, 30 Mar 2026 21:08:20 +0200 Subject: [PATCH] Home aktualisiert --- Home.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 186b3cb..4221740 100644 --- a/Home.md +++ b/Home.md @@ -14,6 +14,7 @@ For testing purposes _googletest_ is chosen as one of the favourite testing fra Just copy the commands between brackets [] below 1) Clone the repository + // Take/create any temporary folder [ git clone https://github.com/google/googletest.git @@ -24,7 +25,7 @@ cd build 2) Configure and build -//Install system-wide (requires sudo) +// Install system-wide (requires sudo) [ cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local -DBUILD_SHARED_LIBS=ON ]