From 11462286bb57d5d14f3433efb551e0c9f3ee1060 Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Tue, 22 Mar 2016 20:44:00 -0400 Subject: [PATCH] add fribidi library dependency for Gem --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 556ab8f1f..3ec60122d 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ http://l2ork.music.vt.edu/main/?page_id=56#install-dev 3. Once the shell opens, we need to install the dependencies for building Purr Data. Issue the following command:<code> pacman -S autoconf automake git libtool \ make mingw-w64-i686-dlfcn mingw-w64-i686-fftw \ - mingw-w64-i686-ftgl + mingw-w64-i686-ftgl mingw-w64-i686-fribidi \ mingw-w64-i686-ladspa-sdk mingw-w64-i686-lame \ mingw-w64-i686-libsndfile mingw-w64-i686-libvorbis \ mingw-w64-i686-lua mingw-w64-i686-toolchain</code> -- GitLab