-
Hy guys Im new to C++ and Visual Studio. I dont really know how to install or make use of library and I'm finding it hard to install the liboai library because there are no clear in instructions. I already installed curl and json... When i copy the includes to my project and cpp files they dont work correctly. Please help me install the library |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi,
To help you, I attached a screenshot of my setup with Xcode. You will see the liboai included into my project. You just need to map that to whatever tool you are using on Windows. Thanks you, |
Beta Was this translation helpful? Give feedback.
-
Note that the above answer mentions a library file for The files and proper linking are still required for nlohmann (pure C++, so no linkage) and cURL. |
Beta Was this translation helpful? Give feedback.
Hi,
I work on a Mac computer and I don't know much about Windows but I guess the process should be same:
To hel…