Update documentation
authorHugo Villeneuve <hugo@hugovil.com>
Tue, 13 Nov 2012 03:00:59 +0000 (22:00 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 26 Mar 2014 22:53:54 +0000 (18:53 -0400)
AUTHORS
README

diff --git a/AUTHORS b/AUTHORS
index 7a198fe..be13272 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,4 +1,6 @@
-Mike Oliphant  <grip@nostatic.org>
+Original author: Mike Oliphant <grip@nostatic.org>
+
+Updates from v3.3.1: Hugo Villeneuve <hugo@hugovil.com>
 
 See Changelog and CREDITS for the many code contributions
 by others
diff --git a/README b/README
index cc53d8c..0a586bd 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 Grip
 ====
 
-Grip is a cd-player and cd-ripper for the Gnome desktop.. It has the ripping
+Grip is a cd-player and cd-ripper using the Gtk+ toolkit. It has the ripping
 capabilities of cdparanoia builtin, but can also use external rippers (such
 as cdda2wav). It also provides an automated frontend for MP3 encoders,
 letting you take a disc and transform it easily straight into MP3s. Internet
@@ -15,16 +15,20 @@ Requirements
 
 To use Grip, you must have:
 
- o The Gnome desktop
+ o The Gtk+ toolkit (v2)
+ o libcurl
+ o libpopt
+ o libvte
  o POSIX thread support (http://pauillac.inria.fr/~xleroy/linuxthreads)
  o a net connection (if you want to use disc database lookup)
  o a CD player (surprise, surprise)
 
-Grip requires that you have at least a basic version of the Gnome desktop
-installed on your computer. In particular, make sure that you have libghttp
-installed. If you can't find it, I have mirrored a copy here:
+Grip requires that you have version 2 of the Gtk+ toolkit installed on your
+computer.
 
-  http://www.nostatic.org/grip/libghttp-1.0.9.tar.gz
+You must also have the curl library installed:
+
+  http://www.http://curl.haxx.se
 
 If you wish to have builtin cdparanoia support, or id3v2 support, you must
 have the appropriate packages on your system. You can find them here:
@@ -44,6 +48,13 @@ Installation
 If you obtained Grip from the RPM distribution then they are already
 installed. If you have the source distribution, you need to compile it.
 
+If you want to compile from source using Debian-based distributions, install
+the following libraries:
+
+  apt-get install libpopt-dev
+  apt-get install libvte-dev
+  apt-get install libcurl4-gnutls-dev
+
 To install Grip, simply go through the following steps:
 
  o after unpacking Grip, cd to the extracted directory
@@ -66,10 +77,6 @@ Grip adds the following options that can be specified to configure:
   --disable-shared-id3    -- This will force Grip to link statically, rather
                              than dynamically with id3lib
 
-Note that if Gnome is installed in a non-standard place (such as /opt), you
-may need to use the '--with-gnome' configure option for all libraries to be
-found correctly.
-
 
 Running Grip
 ============
@@ -91,8 +98,8 @@ Grip's usage is:
     --verbose                   Run in verbose (debug) mode
 
 
-Getting Mor Help
-================
+Getting More Help
+=================
 
 For more information, see the online documentation within Grip. It can also
 be accessed locally in the source distribution. Load doc/C/grip/grip.html