Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

[Feature] Automatic detection of suitable tools and libraries #5

Open
dipietrantonio opened this issue Sep 30, 2022 · 1 comment
Open

Comments

@dipietrantonio
Copy link
Collaborator

It would be ideal to offer the option of avoiding compiling dependencies, such as libx11 or cmake >= 3.21, when they are already present on the system.

Implement a way to detect the presence of suitable software to avoid building certain dependencies.

@dipietrantonio
Copy link
Collaborator Author

dipietrantonio commented Oct 18, 2022

I did this for CMake, need to implement something similar for the libraries.

EDIT: I wil try to use the following

$ whereis libX11.so.
libX11.so: /usr/lib/x86_64-linux-gnu/libX11.so.6

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

No branches or pull requests

1 participant