geany-plugins icon indicating copy to clipboard operation
geany-plugins copied to clipboard

how to include custom c++ libraries

Open GHEclipser opened this issue 5 years ago • 1 comments

im trying to include curlpp in geany but i dont know how, if anyone knows how to then plz tell me.

P.S. i dont know if this would classify as an issue but i dont know where else i would put this

GHEclipser avatar May 24 '20 14:05 GHEclipser

The best place to ask such questions is the users mailing list: https://www.geany.org/support/mailing-lists/#geany-users

What exactly do you mean by "include curlpp"? Assuming you want to build your code against the curlpp library, then you probably want to use a build system like CMake or autotools which take care of build dependencies and the like.

eht16 avatar May 24 '20 14:05 eht16