|
From: Timothée L. <tim...@lp...> - 2009-01-14 09:08:21
|
Mojca Miklavec a écrit : > ... > > how can I build gnuplot *without* wxt > terminal, cairo-based pdf and png terminals and X? --without-wxt > doesn't make any difference. > > Thanks a lot, > Mojca > > Hi, According to "./configure --help", it is: "--without-cairo" to avoid cairo-based pdf and mng terminals "--disable-wxwidgets" to avoid wxt terminal "--without-x" to avoid X11 terminal Best regards, Timothée |