Skip to content
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

Closed
gameanimation3d opened this issue Oct 10, 2019 · 5 comments
Closed
Labels
bug deploying Anything related to deploying (packaging etc)
Milestone

Comments

@gameanimation3d
Copy link

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

@fabiencastan
Copy link
Member

Hi,
We provide precompiled binaries, but you are right the headers are missing. We will pay attention to this for the next release.

@simogasp simogasp added deploying Anything related to deploying (packaging etc) bug labels Oct 10, 2019
@simogasp simogasp added this to the 2019.3 milestone Oct 10, 2019
@gameanimation3d
Copy link
Author

Hi,
perfect :) When will be the next release ;) ?

@gameanimation3d
Copy link
Author

gameanimation3d commented Nov 8, 2019

Would it be possible to release these prebuilt libaries with headers for the last release?
this would solve my issues of building aliceVision and i think many other people aswell.

Aswell you devs don't have to answer that many issues on building the existing framework. over and over again.
Would be amazing if you could this :)

@natowi
Copy link
Member

natowi commented Mar 9, 2020

@gameanimation3d

this would solve my issues of building aliceVision and i think many other people aswell. 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

@natowi
Copy link
Member

natowi commented Mar 31, 2020

@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.
Snapshot builds are for developers and testers and should be considered unstable.

#753

@natowi natowi closed this as completed Mar 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug deploying Anything related to deploying (packaging etc)
Projects
None yet
Development

No branches or pull requests

4 participants