Assumptions

  • Working from the Linux/Unix shell
  • gcc installed
$ gcc -v
  • A C source file e.g.main.c
#include <stdio.h>

int main(void)
{
    puts("Hello from scons");
    return 0;
}

results matching ""

    No results matching ""