wget-lua icon indicating copy to clipboard operation
wget-lua copied to clipboard

No INSTALL file

Open Alseenrodelap opened this issue 3 years ago • 1 comments

How to install this from source? There is no INSTALL file or instructions in the Readme. ./configure, ./bootstrap or Git clone don't work. I'm no expert so I must be doing something wrong, but this software could be used by many more if it were more accessible.

Alseenrodelap avatar Apr 28 '22 23:04 Alseenrodelap

I had to do the docker build to make it work. git clone https://github.com/ArchiveTeam/wget-lua.git docker build . I see the COPY line in the Dockerfile, but I could not figure out where it copied the wget too. But I did find it in an docker overlay file. Copied it out, renamed to wget-at and put in in the warrior folders and it worked (version 1.21).

porchthecoder avatar Jul 12 '22 20:07 porchthecoder