(Automated Tests) Updated README to state the installation of the required font files
[platform/core/uifw/dali-toolkit.git] / automated-tests / README.md
index 72d7473..0ca2dd0 100644 (file)
@@ -23,6 +23,14 @@ $ sudo locale-gen en
 $ sudo locale-gen ar
 $ sudo update-locale
 
+Installing fonts required by tests
+----------------------------------
+
+The test suite requires certain fonts in the repository to be installed:
+
+$ mkdir -p ~/.fonts
+$ cp -r resources/fonts/* ~/.fonts/
+$ fc-cache
 
 Quickstart
 ----------