954,116 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Using the make command

Hello i am using ubuntu linux.
i am very new to linux, can someone please explain me how to use the make command, is there a good simple tutorial out there:?:
i need to know how to install all sort of files on linux using the terminal.
thank you very much for your help.

ferrari360
Newbie Poster
2 posts since Nov 2009
Reputation Points: 10
Solved Threads: 0
 

Start by going through this.. http://lowfatlinux.com/ . lowfatlinux.com has tons of guides to get you started with linux terminal

And http://ss64.com/bash/ you will find different types of commands for linux.

Crash~Override
Junior Poster
132 posts since Oct 2009
Reputation Points: 10
Solved Threads: 8
 

Start by going through this.. http://lowfatlinux.com/ . lowfatlinux.com has tons of guides to get you started with linux terminal

And http://ss64.com/bash/ you will find different types of commands for linux.

finnaly someone answe my question, thank you very much:icon_surprised:

ferrari360
Newbie Poster
2 posts since Nov 2009
Reputation Points: 10
Solved Threads: 0
 
finnaly someone answe my question, thank you very much:icon_surprised:

your welcome... happy learning!

Crash~Override
Junior Poster
132 posts since Oct 2009
Reputation Points: 10
Solved Threads: 8
 

Well, first thing, install make and gcc and other tools needed for compiling

sudo apt-get update
sudo apt-get install build-essential


Then you can do make and make install to install software from source code (remember to read the INSTALL file!!!)

jbennet
Moderator
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,820
Solved Threads: 600
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: