Download the library. The library will have some of the following things; header files, compiled dynamic library files, compiled static library files, plain source code (*.cpp files).
Put them in the appropriate places. Tell your compiler where you put the headers, tell your linker where you put the compiled library files. Done.