Search:

Type: Posts; User: melfnt; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    1,163

    Re: application doesn't run

    On my computer it runs flawlessly.
    How do you compile?

    I use:


    g++ cv.cpp -o cv `pkg-config --libs --cflags opencv`


    And execute with
  2. Replies
    6
    Views
    1,696

    Re: Debian package for the software-center

    Solved:
    I should use 2 different PPAs: one for the "extras" program (that installs itself in /opt) and the other for the "normal" version (that uses /usr/share).

    Thank you a lot for helping me.
  3. Replies
    6
    Views
    1,696

    Re: Debian package for the software-center

    Ok, that explained me a lot of things.

    So, I must makes my program install itself in /opt
    Or can I simply submit the current package as it is (and make it became part of the standard...
  4. [ubuntu] Re: dpkg-deb:is there a way to control the list of files being package?

    up

    I have a similar problem too
  5. Re: How to get started with OpenGL on Linux with C++?

    try to give exec permission to the output file:


    chmod +x BasicGlut


    and then, again


    ./BasicGlut
  6. Replies
    6
    Views
    1,696

    Re: Debian package for the software-center

    Hi malsasa.

    I had already read in that page:


    But I also read:


    So, should I make my program install in /opt, shouldn't I?
    I tried to install an application from the software-center: it...
  7. Replies
    6
    Views
    1,696

    Re: Debian package for the software-center

    No answer?
    Did someone ever submit an app for the software-center?
  8. Replies
    3
    Views
    1,163

    Re: application doesn't run

    Can you post the code?
  9. Replies
    6
    Views
    1,696

    Debian package for the software-center

    Hi all, I'm Italian and I don't speak English very well.
    I have a Debian package build on launchpad, in the "quantal" series.
    The Makefile installs its file in /usr/share and other...
  10. Replies
    2
    Views
    2,558

    Re: error: C compiler cannot create executables

    Try to reinstall glibc
Results 1 to 10 of 10