Skip to content

Commit

Permalink
Merge pull request #4273 from stt08/fix-venv_dev
Browse files Browse the repository at this point in the history
additional library was required for venv_dev
  • Loading branch information
dkrupp authored Oct 21, 2024
2 parents a9076a6 + 193373b commit 91b729c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,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 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
# following commands. For more information see the official docs:
# https://nodejs.org/en/download/package-manager/
Expand Down

0 comments on commit 91b729c

Please sign in to comment.