Perform the steps below to compile Clanguage in Ubuntu:
- Start by searching the current directory :
$ cd Directory_Name
$ cd Documents/clanguage o one directory at a time
- Then use GCC Compiler to : If this command doesn’t work then CLICK HERE.
$ gcc -Wall -o File_exe_name File_name.c
The -Wall command shows All Warnings. The -o command shows the Temporary file name.
Then at last run the execute file:
$ ./File_exe_name
That’s it. now you can see the answer, and you can start using it.
Lascia un commento