Results 1 to 2 of 2
hallo, im a new member here, i wanna know....how to set c compiler in geany....
thanks.......
- 07-25-2009 #1Just Joined!
- Join Date
- Jul 2009
- Posts
- 6
need c compiler in geany
hallo, im a new member here, i wanna know....how to set c compiler in geany....
thanks....
- 07-25-2009 #2
Create a file from template or save your source file with proper extension.
e.g.
Test.c
"Build" menu will be activated [Alt+B]
Then "Compile" then "Build" then "Execute"
To set command by yourself, use "Set Includes and Arguments" option in Build menu.
e.g. compile command for C++ is g++ -Wall -c "%f"


Reply With Quote