(solved)-bash: make: command not found

Discussion in 'Debian' started by alexandros301, Mar 31, 2014.

  1. alexandros301

    alexandros301 Member

    Joined:
    Mar 22, 2014
    Messages:
    40
    Likes Received:
    0
    Tried to create some Pure Data external objects with make but got this (thread's subject). Typed apt-cache search "make" and got a huge list of stuff. Is there something I should install?
     
  2. peter247

    peter247 New Member

    Joined:
    Mar 10, 2014
    Messages:
    263
    Likes Received:
    2
    Re: -bash: make: command not found

    This is my quick list :- ( FROM BASE )

    apt-get install firmware-ralink wpasupplicant wireless-tools #<--- for wifi

    apt-get install locales #<-- to set the locales
    update-locale

    apt-get install ntpdate #<-- to make it set the clock from the internet

    apt-get install build-essential libncurses5-dev #<-- kernel building etc

    apt-get install python-pip #<-- to install python modules

    apt-get install git #<-- to install from a git

    To install webmin

    apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python
    wget http://prdownloads.sourceforge.net/weba ... 80_all.deb
    dpkg --install webmin_1.680_all.deb
     
  3. alexandros301

    alexandros301 Member

    Joined:
    Mar 22, 2014
    Messages:
    40
    Likes Received:
    0
    Re: -bash: make: command not found

    It worked! Thanks...
     

Share This Page