-
Notifications
You must be signed in to change notification settings - Fork 1
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
Support various OS #26
Labels
enhancement
New feature or request
Comments
MacOSdocker run -it --rm -e CROSS_TRIPLE=x86_64-apple-darwin multiarch/crossbuild
wget -q https://codeload.github.com/pganalyze/libpg_query/zip/refs/heads/windows-support
unzip windows-support
cd libpg_query-windows-support
make -j build_shared
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, only linux-x86-64 and linux-aarch64 are supported.
Windows should also be supported, but requires pganalyze/libpg_query#44
Mac OS should also be supported.
The text was updated successfully, but these errors were encountered: