Announcement

Collapse
No announcement yet.

the MAKE command , where to find

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

    the MAKE command , where to find

    Hi all,

    I am new to Linux and having a hell of a time with this (http://kubuntuforums.net/forums/index.php?topic=5788.0 ).

    Now trying to use the Ralink drivers but it needs me to do a "make config".

    Somewhere in Konsole, i get the reply as command not found.

    Any idea how I can get "make" command. Please note that I do not have any internet connection through Kubuntu 6.06 therefore cannot apt-get anything.

    Thanks in advance for the advise.


    #2
    Re: the MAKE command , where to find



    You are in a catch 22 situation!

    You have to install make but you can't install it until you use it to get online! About all you can do is try to get it with another comp that is online,google it and you will find places to down load it.

    don

    Comment


      #3
      Re: the MAKE command , where to find

      If you have the alternate install CD, build-essential is on that. Pop the CD in. Type
      Code:
      sudo apt-cdrom add
      Then add it as a source.
      Code:
      sudo aptitude update
      sudo aptitude install build-essential
      Linux is ready for the desktop--but whose desktop?<br />How to install software in Kubuntu

      Comment


        #4
        Re: the MAKE command , where to find

        Hello aysiu,

        do not quite understand. I went to Kubuntu site again and there is only one CD to download. So the alternative install CD ??

        I've found it!! but it's going to take a longggggggggggggggg time to download.

        Thanks , I'll try it out.

        BTW, can I use it as an ISO or must I burn it to a CD (wasting one CD )

        Comment


          #5
          Re: the MAKE command , where to find

          I've managed to borrow another wireless adapter and I now online.

          will do a sudo apt-get build-essential and see all if things turns out well.

          Will update all of status

          thanks for the help

          Comment

          Working...
          X