Closed Thread
Results 1 to 9 of 9

Thread: MAKE command?

  1. #1
    LemonMan Guest

    MAKE command?

    What does actually the MAKE command do, while installing a software? I never understood that...

  2. CODECALL Circuit advertisement

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143
    Frequently, software is distributed as raw source code. MAKE runs a "compile script".

  4. #3
    Jordan Guest
    You can find a tutorial on here in the tutorial section on creating your own Make file, as well.

  5. #4
    LemonMan Guest
    Raw source code? What is that?
    @jordan: I'll have a look.

  6. #5
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143
    Raw source code would be the actual code in C++, C, Fortran, etc.

  7. #6
    LemonMan Guest
    So that would be an open source program?

  8. #7
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143
    In general, though it can still have a variety of licensing agreements on what you can do with the source code.

  9. #8
    LemonMan Guest
    Cool. I did not know that! Thanks...

  10. #9
    PenguinLover is offline Learning Programmer
    Join Date
    Jan 2008
    Posts
    53
    Rep Power
    0
    So all those files before the MAKE command... they are the source code files? Wooo! How stupid am I.. for not noticing it...

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. MAKE Problem - Command Not Found
    By BigLinux in forum Linux Applications
    Replies: 4
    Last Post: 07-05-2009, 01:35 AM
  2. Cmd command from the run box?
    By Vswe in forum The Lounge
    Replies: 9
    Last Post: 05-28-2009, 10:36 AM
  3. Command line - %currentuser% type command
    By flipz in forum General Programming
    Replies: 0
    Last Post: 02-09-2009, 06:30 AM
  4. Make command error
    By TcM in forum Linux Applications
    Replies: 4
    Last Post: 08-26-2008, 09:51 PM
  5. Command if and else
    By Dunja in forum Visual Basic Programming
    Replies: 5
    Last Post: 09-28-2007, 01:50 AM

Tags for this Thread

Bookmarks

Posting Permissions

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