How to compile or use a library that downloaded online

587 Views Asked by At

I am unfamiliar with C++ but I got a project that needed to deal with it.

I need to use a library available online, RtAudio, and of course I need to import it in my program.

My question is, how do I use/do it?

Here is my understanding on the library, I am sure that I am totally wrong, but just to tell where I am.

I think i cannot use the file that I download directly but change it to a lib file and a dll file (as I have use some other precompile library before and it only require a dll and lib file[.h too of course]; I know how to put these into MSVC 2015 and use it).

And also I think in order to compile the library into dll and lib file I need to do something with the follow file in the cmd in window: configure, install, and makefile.in

I am desperate as I had already given up using another library before as I do not know how to deal with this, therefore it will be nice that if anyone can give any help. Thanks.

0

There are 0 best solutions below