Find the answer to your Linux question:
Results 1 to 4 of 4
I'm trying to compile the latest version of Anjuta on Kubuntu 8.04.1. I run ./configure, and it tells me it needs some package of version >= blah blah. I install ...
  1. #1
    Just Joined!
    Join Date
    Apr 2006
    Posts
    97

    How to ./configure a project easily

    I'm trying to compile the latest version of Anjuta on Kubuntu 8.04.1. I run ./configure, and it tells me it needs some package of version >= blah blah. I install that package. I run ./configure again. There's another package I need to install. I've been doing this for nearly an hour, it's ridiculous.
    Is there some way I can automate this, or at least get a listing of ALL the things I need to install, so I can do it all at once?

  2. #2
    Just Joined! cheapscotchron's Avatar
    Join Date
    Dec 2008
    Location
    swamps of jersey
    Posts
    68
    You should be able to query the package to determine what packages it depends on.

    apt-cache
    dpkg

    Check out this link
    The Debian GNU/Linux FAQ - The Debian package management tools

    CSR

  3. #3
    Just Joined!
    Join Date
    Apr 2006
    Posts
    97
    It's not a package, it's the source directly from the developer's site. Can I still use apt-cache and dpkg in that case?

  4. #4
    Just Joined! cheapscotchron's Avatar
    Join Date
    Dec 2008
    Location
    swamps of jersey
    Posts
    68
    no. only works for packages.

Posting Permissions

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