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

4x4 Matrix in Python -

python - PyInstaller UAC not working in onefile mode -

javascript - Building and updating array objects -