wolkykim / qlibc

qLibc is a simple and yet powerful C library providing generic data structures and algorithms.
http://wolkykim.github.io/qlibc
Other
984 stars 167 forks source link

Documentation on installing/setting up #109

Closed rishavs closed 2 months ago

rishavs commented 9 months ago

Hi

How would I go about using this library in my c99 code? I didn't see any section in then docs on installing it, so could use the help.

I tried make, but make didn't have any target. So then I created a build dir in the project root and the did cd build and cmake .. This errored out however, as I apparantly do not have pthreads.

It will be good to have a section on installing qlibc and its dependencies on each platform.