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

Issue found on page 'Linux' #4864

Open
bertday opened this issue Feb 20, 2025 · 2 comments
Open

Issue found on page 'Linux' #4864

bertday opened this issue Feb 20, 2025 · 2 comments

Comments

@bertday
Copy link
Contributor

bertday commented Feb 20, 2025

Please describe the problem you encountered in the DuckDB documentation and include the "Page URL" link shown below.
Note: only create an issue if you wish to report a problem with the DuckDB documentation. For questions about DuckDB or the use of certain DuckDB features, use GitHub Discussions, Stack Overflow, or Discord.

Page URL: https://duckdb.org/docs/dev/building/linux.html

Under the Alpine section it says:

There are no official DuckDB binaries distributed for musl libc but it can be build with it manually following the instructions on this page.

There are a lot of instructions on the page :) Is there a specific header I should jump to next to build DuckDB manually? Happy to PR an edit for this, I'm just not sure what it should say.

@bertday
Copy link
Contributor Author

bertday commented Feb 20, 2025

Also, under Python Client on Alpine Linux, that step is optional, right? It may help to use some language like "Optionally, you can install..." to make that a bit clearer.

@szarnyasg
Copy link
Collaborator

Hi @bertday to build on Alpine, run:

apk add g++ git make cmake ninja
git clone https://github.com/duckdb/duckdb
cd duckdb
GEN=ninja make

I agree that it can be a bit confusing. I'll work on the page a bit.

The Python step is optional – I'll make that clear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants