Running Apps from sourcecode.


Results 1 to 7 of 7

Thread: Running Apps from sourcecode.

  1. #1
    Join Date
    Jan 2001
    Location
    Toledo, OH, 43615
    Posts
    91

    Running Apps from sourcecode.

    aI like linux, and I like an easy to setup distro that doesn't need much tweaking.
    BUT I don't want to install any downloaded software using binary packages, I want to use all Sourcecode.

    My questions are these:

    1. what command switches are there in ./configure to direct that command to the libraries that my program might need?

    2. How would I go about the big updates? Like updating KDE or Gnome manually?

    3. where is there a thread on recompiling the kernel?

    I know this sounds big, But I will be using linux for my main internet system while learning it's finer points.

    Thank you!
    --Joshua
    Linux, the Ultimate sollution for Users of Microsoft Windows

  2. #2
    Join Date
    Sep 1999
    Posts
    3,202
    If you want to do it all source, take a look at either the LFS project (www.linuxfromscratch.org) or Gentoo

  3. #3
    Join Date
    Jan 2003
    Posts
    1,012
    1. ./configure switches vary from application to application. The only real way to know is untar it and run ./configure --help. Most times you don't really need to specify where the libraries are, configure can make some pretty good guesses. However if you have things in /usr/local that might trip it up. Just make sure your pathing is correct for where they live.

    2. compiling KDE or Gnome from scratch on a distro that is not really setup as a sourced based distro can be a LARGE PIA. Your biggest issues will be of course satisfying all the preliminary dependencies. You can do it on Redhat or whatever but it WILL take A LOT of preparatory work. Quite frankly though, I have found KDE to be waaaayyyyy easier to compile from scratch than Gnome.

    3. search.
    You can tuna piano, but you can't tune a fish.

    http://www.lunar-linux.org/
    It's worth the spin.

    http://www.pclinuxos.com/page.php?7
    Puts the rest to shame.

  4. #4
    Join Date
    Jan 2003
    Posts
    1,012
    Quote Originally Posted by jammer42777
    aI like linux, and I like an easy to setup distro that doesn't need much tweaking.
    BUT I don't want to install any downloaded software using binary packages, I want to use all Sourcecode.

    My questions are these:

    1. what command switches are there in ./configure to direct that command to the libraries that my program might need?

    2. How would I go about the big updates? Like updating KDE or Gnome manually?

    3. where is there a thread on recompiling the kernel?

    I know this sounds big, But I will be using linux for my main internet system while learning it's finer points.

    Thank you!
    --Joshua
    You might want to look at Lunar-Linux (in my sig)
    You can tuna piano, but you can't tune a fish.

    http://www.lunar-linux.org/
    It's worth the spin.

    http://www.pclinuxos.com/page.php?7
    Puts the rest to shame.

  5. #5
    Join Date
    Jan 2003
    Posts
    1,012
    And I forgot to mention. If you intend to use a binary distro, you for sure will want to install the devel packages. Thinks like gcc, glibc to name a couple. Then also you will probably want to install the devel packages for audio/video apps you might want to link to. Then... oh the hell with it, just install all the devel packages cause you never know which one will toss a wrench in the configure/make phases.
    You can tuna piano, but you can't tune a fish.

    http://www.lunar-linux.org/
    It's worth the spin.

    http://www.pclinuxos.com/page.php?7
    Puts the rest to shame.

  6. #6
    Join Date
    Jul 2003
    Location
    Spokane, Washington
    Posts
    580
    Gentoo is a source-based distribution with very nice documentation. www.gentoo.org
    It's what I use.

    (Unless, of course, you want to compile everything by hand)

  7. #7
    Join Date
    Oct 2003
    Location
    Earth...I summer on Mars
    Posts
    138
    There is sabayon too...http://www.sabayonlinux.org/
    Sabayon is a breeze to install. Although with the initial installation you are installing binaries but after that, upgrading programs installing new software, it's all source.

    There is also source mage. I don't know the url but you can find it on distrowatch.
    If you don't know your rights you don't have any......Irv Homer radio talkshow host Irv homer archives


    Sabayon 3.4E
    kernel 2.6.22
    KDE 3.5 with Beryl
    X.org 7.2
    Asus M2N-SLIDelux
    2 Gig Ram
    hda 60 gig WD Hard Drive
    sda 320gig WD Hard Drive
    sdb 80gig WD Hard drive
    ASUS EN7600GS Silent
    member of the justlinux folding@home time

Posting Permissions

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