base64 icon indicating copy to clipboard operation
base64 copied to clipboard

Add installation guide for lib

Open Shikaree68 opened this issue 1 year ago • 3 comments

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

Shikaree68 avatar Mar 21 '24 13:03 Shikaree68

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).

BurningEnlightenment avatar Mar 22 '24 14:03 BurningEnlightenment

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

Shikaree68 avatar Mar 22 '24 19:03 Shikaree68