This repository was archived by the owner on Oct 20, 2025. It is now read-only.
Replies: 1 comment
-
|
👋 Thanks for starting this discussion! This repository has moved to https://github.com/duckdb/duckdb-go If this topic is still relevant, please continue the conversation at the new location. I'm closing this now as part of the migration. Please see #565 for more details. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am attempting to use DuckDB and TigerBeetle on Windows in the same project. I have successfully used them separately but am struggling with their completing requirements in one project.
TigerBeetle:
Additionally on Windows: you must install Zig 0.13.0 and set the CC environment variable to zig.exe cc. Use the full path for zig.exe.
DuckDB:
You must have the correct version of gcc and the necessary runtime libraries installed on Windows. One method to do this is using msys64. To begin, install msys64 using their installer. Once you installed msys64, open a msys64 shell and run:
Any suggestions/tips gratefully accepted....and no, I cannot use Linux or MacOS 😊
Beta Was this translation helpful? Give feedback.
All reactions