ProsusCorp / prosusmoney-2017

Prosus Cryptocurrency: graphic user interface
2 stars 2 forks source link

Problemas compilar Wallet #3

Open cdiazfighting opened 6 years ago

cdiazfighting commented 6 years ago

Estimados buenas , necesito ayuda.

Estoy tratando de compilar la Wallet de Prosus en Windows 10 y me sale el siguiente error. Tengo instalado; cmake version 3.12.0-rc1 boost_1_58_0 C:\Qt\5.11.1\msvc2015_64

Could not find the following Boost libraries:

      boost_date_time
      boost_filesystem
      boost_program_options
      boost_regex
      boost_serialization
      boost_system
      boost_thread
      boost_chrono

     Some (but not all) of the required Boost libraries were found.  You may
     need to install these additional Boost libraries.  Alternatively, set
     BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
     to the location of Boost.

gracias.

yerkobits commented 6 years ago

Para cada versión de Windows hay un MSVC compatible. Además, para cada versión de MSVC hay un catálogo de librerías BOOST compatible. Por ejemplo, para Windows 7, se usa MSVC 2013 y Boost 1.55 Para Windows 10 tal vez funcione MSVC 2015 y Boost 1.66

cdiazfighting commented 6 years ago

Estimado.

Que versión de QT recomiendas para la configuración (Por ejemplo, para Windows 7, se usa MSVC 2013 y Boost 1.55 )

gracias.

yerkobits commented 6 years ago

Hay que ir probando y estudiar las notas técnicas de los respectivos sitios web. Al tercer intento, me resultó con MSVC 2013 y Boost 1.58 y Windows7 y QT 5.8