I get this when I try to compile 'harfbuzz'.
No package 'icu-le' found
No package 'icu-uc' found
i have tried 'sudo apt-get install libicu-uc. But that does not solve the problem.
I get this when I try to compile 'harfbuzz'.
No package 'icu-le' found
No package 'icu-uc' found
i have tried 'sudo apt-get install libicu-uc. But that does not solve the problem.
If all you need are the development libraries, try installing
libicu-dev
and if you need the actual library, the name islibicu48
.This did the trick.
So: