Find the answer to your Linux question:
Results 1 to 4 of 4
Hey all Probably a silly question but which packages do I need to install to allow building of source code? I cannot even "make" a makefile at present. Any advice ...
  1. #1
    Just Joined!
    Join Date
    Sep 2009
    Posts
    9

    New to Debian...no make

    Hey all

    Probably a silly question but which packages do I need to install to allow building of source code?
    I cannot even "make" a makefile at present.

    Any advice appreciated.

    Ash

  2. #2
    Linux Newbie
    Join Date
    Jul 2005
    Location
    Australia (Down Under)
    Posts
    141
    ahhh.... the age old question....


    try the following as root
    Code:
    apt-get install gcc g++ -y
    hope that helps
    Linux is the OS of tomorrow, Here today!!

  3. #3
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    install package build-essential this will install all you need

  4. #4
    Just Joined!
    Join Date
    Sep 2009
    Posts
    9
    Perfect, thanks guys!

Posting Permissions

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