tdtds/kindlegen

cURL command not found

lzhr opened this issue · 4 comments

lzhr commented

Use the gem on MS Windows,
can download curl-7.49.1-win32-mingw.7z
https://curl.haxx.se/download.html#Win32

tdtds commented

on installing gem? no. install curl and unzip command before install this gem.

mlt commented

So is it the only way to go? Copying curl from msys2 along with some dlls work, but it is kind of a bummer that DevKit on Windows has neither curl nor wget. I didn't look what curl is used for, but can it be rewritten with net/https?

Hi, I made a PR to solve this issue.
Now we don't need make, unzip and curl on Windows.

tdtds commented

Hi, kindlegen gem v3.0.0 released. It support Linux, Mac and Windows (without curl or zip commands). Try it please.