Announcement

Collapse
No announcement yet.

how do i do a make install

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • how do i do a make install

    I downloaded the Wireless Tools 26 from wireless tools . Anyway its a .tar.gz and i decompressed that, but now I have a bunch of .h and .c files along with some other stuff and the readme says to try a make install, how would i do that? :confused: Man this Linux is confusing :?: real interesting though, btw im on Mandrake 9.1

  • #2
    you got yourself a tarball. now you need to compile it.
    Maybe you should read some of the links that were posted in the other thread.

    Comment


    • #3
      Yeah, read some documentation about it, but the simple order of commands that usually works for the majority of programs:

      all done from within the root directory of the program
      eg:
      [code:1:e73e78de9a]
      tar zxvf filename.tgz
      cd filename
      ./configure
      make
      make install
      [/code:1:e73e78de9a]

      Hope thats of some help to you.
      At the request of wiggo ;)

      Comment


      • #4
        yup i got it figured out :) gotta remember to RTFM :o

        Comment

        Working...
        X