You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have many devices with debian on them. My application is written using Poco. I have 1 development device where I compile and test my application. Now I want to install the application to all other devices.
Compiling Poco on each devices takes several hours without tests/samples.
I've tried compiling static independent binary using g++ -static but I couldn't make it work.
Now I've tried shipping compiled "libPoco*.so.41" together with app and run app with LD_LIBRARY_PATH set, couldn't make it run, complains about different versions of libstdc++.so.6.
Now I want to generate *.deb package for Poco and install it on other devices. I don't know is it a good/easy way.
How do you ship your application written using Poco?
The text was updated successfully, but these errors were encountered:
You can use the distro/Linux/Ubuntu/poco/1.6.1/debian/ directory to setup your own debian package or use this ppa if the poco-1.6.1 version is fine for your need.
I have many devices with debian on them. My application is written using Poco. I have 1 development device where I compile and test my application. Now I want to install the application to all other devices.
Compiling Poco on each devices takes several hours without tests/samples.
I've tried compiling static independent binary using
g++ -static
but I couldn't make it work.Now I've tried shipping compiled "libPoco*.so.41" together with app and run app with
LD_LIBRARY_PATH
set, couldn't make it run, complains about different versions oflibstdc++.so.6
.Now I want to generate
*.deb
package for Poco and install it on other devices. I don't know is it a good/easy way.How do you ship your application written using Poco?
The text was updated successfully, but these errors were encountered: