This repo looks like it contains only a microsoft visual studio project. You could try to download MSV and open the .sln file, then compile the project.
Otherwise, you could just exctract the .c and .h files and compile them with you prefered c compiler (like gcc or clang), but you will probably have to solve some dependencies.