-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace mongodb dependency with manual install
The package "mongodb" (version 3.6) is not released anymore - since Ubuntu Jammy. Instead, install from a proprietary package repository following the official instructions: https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-ubuntu Unfortunately, installable versions 6.0 and 7.0 of mongodb are not compatible with the still released C++ driver package "libmongoclient-dev".
- Loading branch information
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters