Announcement

Collapse
No announcement yet.

install .tar.gz packages

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    install .tar.gz packages

    How do I install those? I've tried the ./configure thing, and make, make install, and the system doesn't even recognize those commands.

    What should I do?

    #2
    Re: install .tar.gz packages

    1. Decompress

    Code:
    tar -zxvf [filename].tar.gz
    2. Try to install

    Comment


      #3
      Re: install .tar.gz packages

      And don't forget to install the build-essentials packages.

      And of course all the dependencies, including -dev packages.

      Javier.

      Comment

      Working...
      X