codechecker icon indicating copy to clipboard operation
codechecker copied to clipboard

additional library was required for venv_dev

Open stt08 opened this issue 1 year ago • 2 comments

Solution was found on https://stackoverflow.com/a/14424226

The documentation should contain libpq-dev dependency

FIXES #4258

stt08 avatar Jun 24 '24 14:06 stt08

The guide in the README is for venv, not venv_dev. I don't think we should force dependencies on users that only want to use CodeChecker, as per following the guide, that are not required for the proper function of the deployment package.

whisperity avatar Jun 25 '24 09:06 whisperity

The guide in the README is for venv, not venv_dev. I don't think we should force dependencies on users that only want to use CodeChecker, as per following the guide, that are not required for the proper function of the deployment package.

The document is also about venv_dev see this note above: # NOTE: if you want to develop CodeChecker, use the venv_dev` target instead

of venv.`

So I think we could extend the note with this

In case of venv_dev and Ubuntu 23, install an additional library:

dkrupp avatar Aug 14 '24 09:08 dkrupp