Announcement

Collapse
No announcement yet.

Compiling/Building own programs

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

    Compiling/Building own programs

    i want to learn how to build my own programs from source. please point me to a good tutorial on how to do so. thanks!

    #2
    Re: Compiling/Building own programs

    My experience has been that when I download a source tarball and unpack it, it contains ample information to compile it. Check out the README and INSTALL files.

    Typically it involves:
    Code:
    ./configure
    make
    sudo make install

    Comment


      #3
      Re: Compiling/Building own programs

      Good one:

      Installing Software in Ubuntu
      http://www.psychocats.net/ubuntu/installingsoftware.php
      (--> 4. Installing from source)
      Before you edit, BACKUP !

      Why there are dead links ?
      1. Thread: Please explain how to access old kubuntu forum posts
      2. Thread: Lost Information

      Comment


        #4
        Re: Compiling/Building own programs

        thanks for the help! i was able to compile Kopete 0.12.1. i used only the basic configuration, though. (just ran configure and then built).

        Comment

        Working...
        X