Results 1 to 2 of 2

Thread: installing package

  1. #1
    Join Date
    Jun 2007
    Location
    In Heaven with Lucid
    Beans
    200
    Distro
    Ubuntu 10.04 Lucid Lynx

    installing package

    hello there,

    I have downloaded the package cairo 1.8.10 tar.gz from their site.
    I uncompressed it using the following command

    PHP Code:
    tar -xzvf cairo_1.8.10-2ubuntu1.debian.tar.gz 
    When I go to the uncompressed dir (debian in this case) there is no configure file there. Following files / folders have been extracted

    PHP Code:
    patches folder
    source  
    folder
    changelog
    compat
    control
    copyright
    libcairo2
    .install
    libcairo2
    .install.in
    libcairo2
    .install.opt
    libcairo2
    .symbols
    libcairo2
    -dev.install
    libcairo2
    -doc.doc-base
    libcairo2
    -doc.install
    libcairo
    -directfb2.links
    libcairo
    -directfb2-dev.links
    libcairo
    -directfb2-dev.postinst
    libcairo
    -directfb2-udeb.install
    rules
    watch 
    Can anybody tell me how can I install it?

    I'll be grateful. I want to use the package with tovid.

    Thanks in anticipation.
    Winners are too busy to be sad, too positive to be doubtful, too
    optimistic to be fearful and too determined to be defeated!

  2. #2
    Join Date
    Mar 2010
    Location
    Norway
    Beans
    674

    Re: installing package

    try
    Code:
    autoconf
    You need the package installed first with
    Code:
    sudo apt-get install autoconf

Bookmarks

Posting Permissions

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