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

Add installation guide for lib #141

Open
Shikaree68 opened this issue Mar 21, 2024 · 2 comments
Open

Add installation guide for lib #141

Shikaree68 opened this issue Mar 21, 2024 · 2 comments

Comments

@Shikaree68
Copy link

Too hard to understand how correctly build and install with all components included. Guide in readme.md will be perfect!

@BurningEnlightenment
Copy link
Contributor

Are you trying to build with CMake or make? Usage of the former should be straight forward:

cmake -B build
cmake --build build --target install

Refer to the cmake-docs for specifying an installation directory, the generator or the build configuration type (Debug/[…]/Release) during the configure step (the first command).

@Shikaree68
Copy link
Author

installed like this. Also have question can i get it through apt-get?

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