Results 1 to 4 of 4

Thread: how do i compile new programs

  1. #1
    Join Date
    Feb 2009
    Beans
    22

    how do i compile new programs

    i want to learn how ot build these programs an anyone give me a tut or how to ?


    p.s i dnt know if im posting tin the right place

  2. #2
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

  3. #3
    Join Date
    Jan 2009
    Location
    In Your Head
    Beans
    370
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: how do i compile new programs

    Those links are a tutorial dude!
    Learn the principle, abide by the principle, and dissolve the principle. Obey the principle without being bound by it. This my friend, is the GnuFu.
    Geeks die, but the Linux kernel lives forever.

  4. #4
    Join Date
    Sep 2006
    Location
    Walkhampton, Devon UK
    Beans
    371
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: how do i compile new programs

    Download the source, unpack the archive and have a look at the readme file first!
    Once you're happy there isn't an installation script or some special steps to compiling, then it should be a simple:

    Code:
    cd **to unpacked folder**
    ./configure
    make
    sudo make install
    Make sure you've already installed any required dependancies and if you get an error look for a dependancy you've missed.

    EDIT:

    The first tutorial is spot on!
    checkinstall is better as you can then use apt to remove the program later.
    Last edited by davec64; February 23rd, 2009 at 10:25 PM.
    Infamy! Infamy! They've all got it in for me!

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
  •