From: Carl Worth Date: Fri, 20 Jun 2003 15:43:31 +0000 (+0000) Subject: Added pointers to necessary libraries X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=943fe6d3d3264f66034e650624d56dfd2040144a;p=grrobot Added pointers to necessary libraries --- diff --git a/INSTALL b/INSTALL index 8ff0f36..051defa 100644 --- 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 bb4a6cf..4be5a59 100644 --- 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) +