Results 1 to 2 of 2
Hi,
Our application is based on the C++ devlopment which requires so many of packages dependent on the Ubuntu OS, Graphics libraries, Development packages and other dependent libraries. So we ...
- 09-07-2010 #1Just Joined!
- Join Date
- Sep 2010
- Posts
- 1
Creating executable of a C++ application project
Hi,
Our application is based on the C++ devlopment which requires so many of packages dependent on the Ubuntu OS, Graphics libraries, Development packages and other dependent libraries. So we need to configure all those every time in a new PC when we add. Is there any other way to do this job very easily and the any method to create our application executable to run in all PCs with the dependencies packages installed.
- 09-07-2010 #2
You need to put your application in the form
of a .deb package.
Debian New Maintainers' Guide
I am no expert, but if you build deb packages, they will install
just like the packages supplied by Ubuntu, grabbing the necessary
dependencies from internet repositories.


Reply With Quote