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

[Request] Automate build/resolving dependencies #50

Open
tparkerd opened this issue Oct 27, 2022 · 0 comments
Open

[Request] Automate build/resolving dependencies #50

tparkerd opened this issue Oct 27, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@tparkerd
Copy link
Member

Building and deploying the pipeline is not as streamlined as it could be---dependencies being one of the main issues. The python dependencies are fine, but OpenCV and Gia3D are less so. If this pipeline were ever to be scaled up, it needs to be easier to deploy updates or from scratch.

I admit that I'm not well-versed in the modern C++ ecosystem, so how this is accomplished may take some digging. You can start by looking into Meson and Conan. If you don't like Makefiles, then consider moving to CMake instead. I discourage relying on building using an IDE (e.g. Visual Studio)---unless extensively documented (with screenshots).

Consider changing the dependency of Gia3D to a git submodule and adding a nested call to make in the top-level makefile. Gia3D's module will likely handle its own build process.

Example of nested makefile here

@tparkerd tparkerd added the enhancement New feature or request label Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant