Ok so I made a linux application with the help of Poco library.
I successfully compiled it with eclipse, but when someone attempts to run the application it requires for them to have Poco library installed.
Is it possible to somehow attach the library to my application so that other people wouldn’t have to install the library if they wanted to use my application?
I am new to linux c++ programming.
You can download the source from their site and compile it along with your project that way the user will not need the dynamic library on their machine.