You must install the packages libfreetype6 , libfreetype6-dev , libfontconfig1 and libfontconfig1-dev :
sudo apt-get install libfreetype6 libfreetype6-dev -y sudo apt-get install libfontconfig1 libfontconfig1-dev -y
You may also need to set the following value in your bash profile:
LC_ALL=en_US.UTF-8
source share