Ich verwende im Moment auch Geany. Nur mein eigentlicher Bot will cmake.

Kompilieren:
Code:
g++ -Wall -std=c++0x  -pthread -lasound -c "%f"
Erstellen:
Code:
g++ -Wall -std=c++0x  -pthread -lasound -o "%e" "%f"