-
Notifications
You must be signed in to change notification settings - Fork 141
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
trying to build native binaries for julia #148
Comments
To build the I will try to keep the 0.8.x version However, this will only be valid for the facil.io C STL repo. I hope that helps. |
I greatly appreciate your prompt response, @boazsegev. Your input is highly valued. The prospect of using version 0.8 over the stable 0.7 has me rather enthusiastic. Just to clarify, will executing I've successfully created |
I believe it should generate a I don't have Windows to test it out, but I should definitely add a linked-library test to the CI at some point. Let me know. |
Sure I will test on windows and let you know |
I'm aiming to compile native binaries for the 'facil' program across all platforms: Linux, Mac, and Windows. However, I'm uncertain about how to proceed due to my limited familiarity with C build systems.
Currently, I am using the platform provided by https://binarybuilder.org/.
As an example, this site(video) illustrates how to create native binaries for
libsodium
. The instructions provided were as follows:Following these steps led to the creation of this
build_tarballs.jl
file: https://github.com/JuliaPackaging/Yggdrasil/blob/master/L/libsodium/build_tarballs.jlCould you help me understand what the appropriate steps or 'recipe' would be to accomplish the same objective with
facil
? So I can generatebuild_tarballs.jl
for facilThanks in advance
The text was updated successfully, but these errors were encountered: