I'm trying to compile the code from wget2 into an exe.
First I downloaded the files from here: https://github.com/rockdaboot/wget2
I installed Nodejs v8.2.1
Then started following the instructions here: https://github.com/rockdaboot/wget2
I'm currently stuck at the ./bootstrap command listed under "Build from git".
git clone https://gitlab.com/gnuwget/wget2.git
cd wget2
./bootstrap
# on shell failure try 'bash ./bootstrap'
git clone works fine and I can cd to the wget2 directory but when I type ./bootstrap I get this error:
'.' is not recognized as an internal or external command
How do I make this command work?