From 0d3208d9a84267b25277fd192e9e1f6f2ff75571 Mon Sep 17 00:00:00 2001 From: Samat Tamerlan Date: Mon, 24 Jun 2024 16:05:24 +0200 Subject: [PATCH 1/2] additional library was required for venv_dev --- docs/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/README.md b/docs/README.md index a2d5eea020..03e2c9e073 100644 --- a/docs/README.md +++ b/docs/README.md @@ -246,6 +246,9 @@ The following commands are used to bootstrap CodeChecker on Ubuntu 20.04 LTS: sudo apt-get install clang clang-tidy cppcheck g++ build-essential curl gcc-multilib git python3-dev python3-venv python3-setuptools +# In case of using Ubuntu 23, install an additional library: +sudo apt-get install libpq-dev + # Install nodejs dependency for web. In case of Debian/Ubuntu you can use the # following commands. For more information see the official docs: # https://nodejs.org/en/download/package-manager/ From 193373b80bfc38439add36f40a55822d7214456e Mon Sep 17 00:00:00 2001 From: Samat Tamerlan Date: Wed, 14 Aug 2024 15:21:03 +0200 Subject: [PATCH 2/2] more detailed description added --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 03e2c9e073..f2d9649b8f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -246,7 +246,7 @@ The following commands are used to bootstrap CodeChecker on Ubuntu 20.04 LTS: sudo apt-get install clang clang-tidy cppcheck g++ build-essential curl gcc-multilib git python3-dev python3-venv python3-setuptools -# In case of using Ubuntu 23, install an additional library: +# In case of venv_dev target and Ubuntu 23 Linux, install an additional library: sudo apt-get install libpq-dev # Install nodejs dependency for web. In case of Debian/Ubuntu you can use the