On Sunday, 06 October 2013 06:37:26 PM Xiaowei Zhan wrote:
> Hi all,
>
> Is there a way I can enable "regis" terminal for the gnuplot 4.7 version?
> The page instructing me how to build from source does not seem helpful.
> I also do not know how to enable "regis" by reading "./configure
> --help" outputs.
> Any suggestion are welcomed.
This is mentioned in the INSTALL instructions, although it would be easy
to miss. Basically you edit the file .../src/term.h and uncomment the
line containing #include "regis.trm"
/* REGIS graphics language */
/* # include "regis.trm" */
Ethan
|