Missing libraries when running cmake, where to get for windows? -


i trying make bitshares core work computer, wen running cmake prompted following errors:

-- not find curses (missing:  curses_library curses_include_path) -- not find readline (missing:  readline_include_dir readline_library) -- not find zlib (missing:  zlib_library zlib_include_dir) -- not find bzip2 (missing:  bzip2_libraries bzip2_include_dir) -- not find perl (missing:  perl_executable) -- not find doxygen (missing:  doxygen_executable) -- configuring done -- generating done -- build files have been written to: c:/users/carl/documents/bitshares/bitshares-core 

the libraries available download in ubuntu via sudo command, can these libraries windows?

also says generating done there no makefile generated.


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -