Das Übersetzen braucht keine WeeChat-Quellen, aber die Datei "weechat-plugin.h".
weechat-plugin.h
Um ein Plugin zu übersetzen, das aus einer Datei "toto.c" besteht (unter GNU/Linux):
$ gcc -fPIC -Wall -c toto.c $ gcc -shared -fPIC -o libtoto.so toto.o
$
gcc -fPIC -Wall -c toto.c
gcc -shared -fPIC -o libtoto.so toto.o