Find the answer to your Linux question:
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 ...
  1. #1
    Just 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.

  2. #2
    Linux Engineer rcgreen's Avatar
    Join Date
    May 2006
    Location
    the hills
    Posts
    1,114
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...