Results 1 to 6 of 6

Thread: What packages do I need to compile ?

  1. #1
    Join Date
    Mar 2006
    Location
    Lagrangeville, NY
    Beans
    35

    What packages do I need to compile ?

    What packages do I need to compile programs ?

    I know I need build-essential, which I installed.

    There are a number of automake versions available.
    Which automake do I install ?

    Do I also install autoconf ?

    Thanks!

  2. #2
    Join Date
    May 2007
    Location
    California, USA
    Beans
    245

    Re: What packages do I need to compile ?

    Depends on what you are compiling.

    I would get:

    Code:
    aptitude install build-essential devscripts automake autoconf m4 autotools-dev subversion cvs git-core bzr bzrtools mercurial darcs xorg-dev

  3. #3
    Join Date
    Mar 2006
    Location
    Lagrangeville, NY
    Beans
    35

    Re: What packages do I need to compile ?

    Quote Originally Posted by InfinityCircuit View Post
    Depends on what you are compiling.

    I would get:

    Code:
    aptitude install build-essential devscripts automake autoconf m4 autotools-dev subversion cvs git-core bzr bzrtools mercurial darcs xorg-dev
    Thanks for the info !

    I always use Synaptic Package Manager so I can view descriptions..etc.
    Synaptic show many versions of automake, which would I pick ?

    I've never really used aptitude or apt-get, I'll have to lookup what the
    differences are.

  4. #4
    Join Date
    May 2007
    Location
    New Zealand
    Beans
    477
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: What packages do I need to compile ?

    Just run that command tebbens gave you from the terminal, it will install all the latest versions in repos of those packages. If your really wanting to install them via synaptic just get the latest versions (unless you know you need a specific older version for some reason?)

  5. #5
    Join Date
    May 2007
    Location
    California, USA
    Beans
    245

    Re: What packages do I need to compile ?

    Code:
    eee:/home/dmr# aptitude search --disable-columns -F '%p %V' ~n^automake
    automake 1:1.10.1-3
    automake1.10 <none>
    automake1.4 1:1.4-p6-13
    automake1.4-doc <none>
    automake1.7 1.7.9-9
    automake1.9 1.9.6+nogfdl-3
    automake1.9-doc 1.9.6-1
    automaken <none>
    Just install "automake" it is the newest version (automake 1.10).

  6. #6
    Join Date
    Mar 2006
    Location
    Lagrangeville, NY
    Beans
    35

    Re: What packages do I need to compile ?

    Quote Originally Posted by InfinityCircuit View Post
    Depends on what you are compiling.

    I would get:

    Code:
    aptitude install build-essential devscripts automake autoconf m4 autotools-dev subversion cvs git-core bzr bzrtools mercurial darcs xorg-dev

    Found everything in Synaptic, thanks !

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
  •