aklomp / base64

Fast Base64 stream encoder/decoder in C99, with SIMD acceleration
BSD 2-Clause "Simplified" License
865 stars 162 forks source link

Add installation guide for lib #141

Open Shikaree68 opened 5 months ago

Shikaree68 commented 5 months ago

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

BurningEnlightenment commented 5 months ago

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 commented 5 months ago

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