Home aktualisiert

2026-03-30 21:08:20 +02:00
parent f7b24ca182
commit 6b59e8ba0c

@@ -14,6 +14,7 @@ For testing purposes _googletest_ is chosen as one of the favourite testing fra
Just copy the commands between brackets [] below Just copy the commands between brackets [] below
1) Clone the repository 1) Clone the repository
// Take/create any temporary folder // Take/create any temporary folder
[ [
git clone https://github.com/google/googletest.git git clone https://github.com/google/googletest.git
@@ -24,7 +25,7 @@ cd build
2) Configure and 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 cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local -DBUILD_SHARED_LIBS=ON
] ]