]> git.cworth.org Git - grrobot/commitdiff
Added pointers to necessary libraries
authorCarl Worth <cworth@theworths.org>
Fri, 20 Jun 2003 15:43:31 +0000 (15:43 +0000)
committerCarl Worth <cworth@theworths.org>
Fri, 20 Jun 2003 15:43:31 +0000 (15:43 +0000)
INSTALL
README

diff --git a/INSTALL b/INSTALL
index 8ff0f36286df9afacb0e7a342888df1ccc43c859..051defaacb2f874409e945c68ad11999a4c283d8 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -2,6 +2,8 @@ This package uses automake, in order to generate the Makefiles use:
 
        $ autogen.sh
 
+See the README for information on obtaining any missing libraries.
+
 After that, standard build procedures apply:
 
        $ make
diff --git a/README b/README
index bb4a6cfdb680102cb058f6f859d1e62761f9de26..4be5a59d67918a8c18a24cb9f2df8c4b4df016b2 100644 (file)
--- a/README
+++ b/README
@@ -1 +1,12 @@
-grrobot - Ricochet Robot using GTK+ and Xr
+grrobot - Ricochet Robot using GTK+, Xr, and libxsvg
+
+Some pointers for satisfying build dependencies:
+
+GTK+   http://gtk.org
+
+Xr     http://xr.xwin.org
+       (You'll need libpixregion, libic, Xc, and Xr)
+
+libxsvg        http://xsvg.org
+       (You'll need libsvg, and libxsvg)
+