Siccome avevo solo i file base di icu (mancava ad esempio icu-uc, icu-i18n, etc.) ho scaricato il pacchetto icu4c-52_1-src.tgz, scompattato e compilato.
Quindi ho scaricato il pacchetto boost_1_55_0.tar.bz2 e ho provato a compilare, ma durante l'installazione ho notato che qualcosa non andava:
Codice: Seleziona tutto
Performing configuration checks
- 32-bit : no
- 64-bit : yes
- arm : no
- mips1 : no
- power : no
- sparc : no
- x86 : yes
- has_icu builds : yes
warning: Graph library does not contain MPI-based parallel components.
note: to enable them, add "using mpi ;" to your user-config.jam
- zlib : yes
- iconv (libc) : yes
- icu : no
- icu (lib64) : no
- compiler-supports-ssse3 : yes
- lockfree boost::atomic_flag : yes
- compiler-supports-avx2 : no
- gcc visibility : yes
- long double support : yes
E infatti, compilando il programma per cui mi serve boost, vengo avvisato che non ho il supporto di boost a icu attivo.
Come posso fare per attivarlo?