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

List required dependencies in README #13

Open
balazsdukai opened this issue Dec 27, 2022 · 1 comment
Open

List required dependencies in README #13

balazsdukai opened this issue Dec 27, 2022 · 1 comment

Comments

@balazsdukai
Copy link
Member

The README shows how to build from source with cmake, but it does not list the required dependencies (gdal, cgal etc). Although, technically these are dependencies of the submodules, since geoflow-bundle bundles them, all their dependencies should be listed (or pointed to), here as well.

@leavauchier
Copy link

For what it's worth, I had to install those dependencies when building from scratch on Ubuntu 22.04:

sudo apt install nlohmann-json3-dev libglfw3-dev libgtk2.0-dev libcgal-dev libeigen3-dev libgdal-dev libboost-filesystem-dev gdal-bin

It might not be exhaustive though as I didn't build on a completely fresh environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants