Monday, May 1, 2017

Command Line Compilers on Various Platforms and Software Languages


  • Linux (CentOS)
    • gcc -o <output> <source code>
      • gcc -o foo foo.c where foo is executable, and foo.c is the source code

No comments:

Post a Comment