From 71389f22cae4c26c2dc7a6e31852bd5cbdca93a3 Mon Sep 17 00:00:00 2001 From: LinuxBeaver <78667207+LinuxBeaver@users.noreply.github.com> Date: Sat, 17 Sep 2022 12:17:49 -0400 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index e476412..d2a1b68 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,16 @@ Gimp filter where GEGL puts goo on your text. It works great with my other text You must compile gegl:goo-text, gegl:ZZwind and gegl:bevel. ZZWind and Bevel are components of GEGL Goo Text and GEGL Goo Text will not work without them. GEGL Bevel is a bonus filter that comes with goo-text and a few other of my filters. If you already have gegl:bevel in GEGL Plugins you do not need to recompile it. + + + +## OS specific location to put GEGL Filter binaries + +Windows + C:\\Users\\AppData\Local\gegl-0.4\plug-ins + + Linux + /home/(USERNAME)/.local/share/gegl-0.4/plug-ins + + Linux (Flatpak) + /home/(USERNAME)/.var/app/org.gimp.GIMP/data/gegl-0.4/plug-ins