Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mention build dependencies in the README #36

Open
danieleades opened this issue Mar 21, 2020 · 1 comment
Open

mention build dependencies in the README #36

danieleades opened this issue Mar 21, 2020 · 1 comment
Assignees
Labels
C-documentation Category: Documentation P-medium Priority: Medium

Comments

@danieleades
Copy link
Contributor

Diesel has requirements on system packages, depending on which features are installed. These are the drivers for the different databases.

The fact that these dependencies must be installed (or you get linker errors during build) should be mentioned

for example, libpq (package libpq-dev) is a required system dependency when using the diesel/postgres feature, which is enabled by default

@Hirevo
Copy link
Owner

Hirevo commented Mar 24, 2020

Yes, we're indeed have system dependencies that could be mentioned.
I'll go compile the project with a bunch of different features to see which system dependencies end up being required.

@Hirevo Hirevo added C-documentation Category: Documentation P-medium Priority: Medium labels Mar 24, 2020
@Hirevo Hirevo self-assigned this Mar 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-documentation Category: Documentation P-medium Priority: Medium
Projects
None yet
Development

No branches or pull requests

2 participants