aboutsummaryrefslogtreecommitdiff
path: root/development/geany/README
diff options
context:
space:
mode:
authorMichiel van Wessem <michiel@slackbuilds.org>2010-05-13 00:24:39 +0200
committerErik Hanson <erik@slackbuilds.org>2010-05-13 00:24:39 +0200
commitfb0fdd042e8729f5d942dfc8693f1783b3d27d24 (patch)
tree90bd08260a153d19e222f61e79807c1d2a3a0f0e /development/geany/README
parenteeb05cf1f2dd51f8a1cd17cf0f601940ee5c9ac3 (diff)
downloadslackbuilds-fb0fdd042e8729f5d942dfc8693f1783b3d27d24.tar.xz
development/geany: Updated for version 0.18.1
Diffstat (limited to 'development/geany/README')
-rw-r--r--development/geany/README17
1 files changed, 12 insertions, 5 deletions
diff --git a/development/geany/README b/development/geany/README
index 160af50f31df..742a80ee2753 100644
--- a/development/geany/README
+++ b/development/geany/README
@@ -3,11 +3,18 @@ integrated development environment. It was developed to provide a
small and fast IDE, which has only a few dependencies from other
packages. It supports many filetypes and has some nice features.
-If you need the GTK Symbol completion (removed in Geany 0.16), You can
-download them (and other tag-files from:
+If you need the GTK Symbol completion tags (removed in Geany 0.16), get
+them (and other tag-files) from: http://download.geany.org/contrib/tags/
- http://download.geany.org/contrib/tags/
+the easiest way to download them all is:
-and place them in ~/.config/geany/tags/ directory. After this you will
-need to restart Geany for this to take effect.
+ lft -c "open http://download.geany.org/contrib/tags; mirror ."
+The first option is to put them in $CWD at the time you build the
+package. Then tell the SlackBuild to include support for tags:
+
+ TAGS=yes ./geany.SlackBuild
+
+The second option is to download them and and place them in the
+~/.config/geany/tags/ directory. You will then need to restart
+Geany for this to take effect.