Re: um i realy need help with linux.......

From: Dave (NO_SPAM_drobbins_at_drobbins.net)
Date: 09/03/04

  • Next message: theexecutive: "linux submountd: mount failure, No such device or address"
    Date: Fri, 03 Sep 2004 11:06:28 -0400
    
    

    bad ass boy wrote:

    > i am running mandrake 9.0
    > and when i download programs of the internet for it
    > they come compressed i uncompress them and from there
    > i dont know were to go
    > how do i run the program i downloaded
    > it says i need 2 compile them or somthing
    > wat program or command do i use to do this
    > thanx
    > luke
     generally, when you download software to run on a linux system, what you
    get is a compressed file containing the source code for the application. it
    will be something like this

    foo_bar.tgz

    you uncompress it like this

    tar -xvzf foo_bar.tgz

    you'll get a directory containing the source code and some instructions
    look for a file called "INSTALL" or maybe "README"
    read the directions, but it will usually go like this
    type

    ./configure

    this will configure the source code for your system
    then type

    make

    this will compile the source and create the executable
    often you can then run the executable at this point, but if it's something
    you want to keep on you system you'll want to type

    make install

    this will move the application to it's permanent location on you machine and
    you'll have to be root to do it.
    have fun

    Dave


  • Next message: theexecutive: "linux submountd: mount failure, No such device or address"

    Relevant Pages

    • Re: 7DRL Success: Nyctos
      ... From there you can download a zip file with the windows binary ... (compiled using py2exe), or check out the source code from subversion. ... ("python setup.py install"). ...
      (rec.games.roguelike.development)
    • Re: Installing software to SuSe
      ... If you download them I believe SuSE linux will ... >> install them if you click on them. ... smaller programs the source code is all you get. ...
      (comp.os.linux.misc)
    • Re: Maybe a stupid question but....
      ... I'm looking for tar.gz of the source code but ... > how I can download off the cvs site? ... If you install FreeBSD and during installation elect to install source ...
      (freebsd-questions)
    • MSDN Webcast on hosting ActiveX controls
      ... I found a great webcast on the Net presenting how to host ActiveX controls in ... It was also possible to download a source code project that could be ... Have I forgotten to change or install anything. ...
      (microsoft.public.dotnet.framework.compactframework)
    • Re: cant get zipped files to install
      ... XP does uncompress ZIP files, but it doesn't actually open them and install. ... > for some reason every file that I download that is a zip file goes through ... Prev by Date: ...
      (microsoft.public.windowsxp.help_and_support)