From 14d1b1f9ca0ff18175430e0c578cbf41eac0abcb Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Tue, 26 Apr 2016 22:01:16 -0400 Subject: [PATCH] add line about removing flext dependency --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bcf40a79..c5318b5e9 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,9 @@ cd purr-data/packages/win32_inno</code> 16. Download all submodules *(3 minutes)* Use the following command:<code> git submodule init && git submodule sync && git submodule update</code> -17. Finally, build Purr-Data *(45-50 minutes)*<code> +17. In ~/purr-data/externals/Makefile, go to line 131 and delete the word + "flext". +18. Finally, build Purr-Data *(45-50 minutes)*<code> make install</code> two remaining issues: -- GitLab