-
Notifications
You must be signed in to change notification settings - Fork 420
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
Precompiled binaries for Windows, Mac, and Linux #429
Comments
fcl is in homebrew, which has binary artifacts (bottles): |
So does Macports (http://packages.macports.org/fcl/). Of course, these packages might require additional packages (libccd) and may not be relocatable. It's hard to make binaries that can be installed wherever a user wants and is supported by various versions of operating systems. |
Thanks, that helps for Mac! For windows, is it possible to modify appveyor to retain build artifacts? |
On Windows, you could use vcpkg. Edit: |
Bumping this issue - I noticed that fcl is available for Linux and Mac on Conda: https://anaconda.org/conda-forge/fcl Still missing is Windows :( Forgive my ignorance, but if Appveyor is already doing builds, can that be tweaked to retain the built files as an artifact which could be downloaded and distributed? @jslee02 yeah - I don't see binaries there :( |
I am looking to distribute some scripts based on https://github.com/BerkeleyAutomation/python-fcl
I was wondering if there were some precompiled binaries available for Windows, Mac, and Linux for perhaps the common architectures? That would help distribute. For Linux, they are in the repos, so that's easy. For Mac, I don't have experience with it so I'm not too sure. For Windows, I checked the Appveyor builds but I don't see any artifacts.
Any ideas?
The text was updated successfully, but these errors were encountered: