-
-
Notifications
You must be signed in to change notification settings - Fork 828
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
Plan to provide aliceVision as a prebuild C++ Library (.lib...)? #701
Comments
Hi, |
Hi, |
Would it be possible to release these prebuilt libaries with headers for the last release? Aswell you devs don't have to answer that many issues on building the existing framework. over and over again. |
I agree, building alicevision is not fun. Auto-generated "dev-build" releases by travis/appveyor would be really useful (also for the alicevision plugins) as suggested here |
@gameanimation3d I hope this is what you were looking for: From now on, a windows snapshot build for every commit can be downloaded from the appveyor build artifacts tab. To get the latest dev build (and not the latest PR build, look up the latest commit id for the AliceVision develop repository and then navigate to the commit in the appveyor history) This includes .exe, .dll, .lib, .exp files. Note: Do not use snapshots if you need a stable build. |
Problem
Do you plan to provide a prebuild AliceVision Library for C++ (with .lib files, header filles and include folder structure) including the different dependencies for Developer.
As the compiling of aliceVision for everyone else is very difficult and time consuming.
Would be amazing to include AliceVision in a C++ Solution relativily easily. Like for example the SFML Library or other c++ libaries
The text was updated successfully, but these errors were encountered: