On Thu, 7 Nov 2019, Sven Schreiber wrote:
Hi,
after quite a while I'm trying to build gretl on Windows again,
following the excellent guide gretl-winbuild.pdf.
The first little problem I came across was inside section 3.5 of the
guide. The command "pacman -S ${DEPS} --needed" (also inside setup.sh)
doesn't work as such, I needed to do (note the y):
pacman -Sy ${DEPS} --needed
I've added the 'y' to the script in question and the guide text. While
I was at it I updated the gnuplot builds available in package and
tar.gz forms.
Allin