You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 😊
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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