aboutsummaryrefslogtreecommitdiffstats
path: root/macosx-setup.sh
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-10-08 19:44:36 +0000
committerGuy Harris <guy@alum.mit.edu>2011-10-08 19:44:36 +0000
commit03194fa27089f5d9b2d9e64b18cce9e3ee73c750 (patch)
tree4f29e353d8921cc31ddbdc2ffb03f4b0b5f44a58 /macosx-setup.sh
parentfc823d7b6ac6459c63c378adfb20b36dd1440a4e (diff)
Move the GeoIP entry where it belongs.
Expand a couple of comments. svn path=/trunk/; revision=39317
Diffstat (limited to 'macosx-setup.sh')
-rwxr-xr-xmacosx-setup.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/macosx-setup.sh b/macosx-setup.sh
index 390c0896df..a00671e4a2 100755
--- a/macosx-setup.sh
+++ b/macosx-setup.sh
@@ -11,7 +11,7 @@
#
# Versions to download and install.
#
-# These are required.
+# The following libraries are required.
#
GETTEXT_VERSION=0.18.1.1
GLIB_VERSION=2.29.8
@@ -28,10 +28,11 @@ GDK_PIXBUF_VERSION=2.23.4
GTK_VERSION=2.24.5
#
-# These are optional. Comment them out if you don't want them.
+# The following libraries are optional.
+# Comment them out if you don't want them, but note that some of
+# the optional libraries are required by other optional libraries.
#
LIBSMI_VERSION=0.4.8
-GEOIP_VERSION=1.4.8
#
# libgpg-error is required for libgcrypt.
#
@@ -52,6 +53,7 @@ PORTAUDIO_VERSION=pa_stable_v19_20110326
# current version; should we just download that, with some other
# way of specifying whether to download the GeoIP API?
#
+GEOIP_VERSION=1.4.8
#
# You need Xcode installed to get the compilers.