On Wed, 24 Jan 2018, Artur T. wrote:
Sorry Jack but could you or somebody else direct me or give me a hint
what to
do? I've never really used the git system -- despite retrieving gretl updates
before compiling stuff...
It's very simple, actually. Put the file somewhere (let's say,
/tmp/at.diff), then go to the directory wher you have the gretl source and
issue the following command:
patch -p1 < /tmp/at.diff
That should be it. If you want to undo the patch, so you go back in,ine
with the SF git repo, just do
patch -R -p1 < /tmp/at.diff
HTH
-------------------------------------------------------
Riccardo (Jack) Lucchetti
Dipartimento di Scienze Economiche e Sociali (DiSES)
Università Politecnica delle Marche
(formerly known as Università di Ancona)
r.lucchetti(a)univpm.it
http://www2.econ.univpm.it/servizi/hpp/lucchetti
-------------------------------------------------------