1.1 --- a/README Tue Jan 24 23:54:05 2012 +0000
1.2 +++ b/README Fri Jan 27 10:30:16 2012 +0000
1.3 @@ -1,10 +1,10 @@
1.4 - gutcheck
1.5 - ========
1.6 + bookloupe
1.7 + =========
1.8
1.9 General installation instructions can be found in INSTALL. The following
1.10 aim to give a quick overview and some help for specific systems. Documentation
1.11 -for gutcheck itself can be found in doc/gutcheck.txt and for the test
1.12 -framework in doc/gc-test.txt.
1.13 +for bookloupe itself can be found in doc/bookloupe.txt and for the test
1.14 +framework in doc/loupe-test.txt.
1.15
1.16 Linux
1.17 -----
1.18 @@ -43,12 +43,12 @@
1.19 % sudo yum install mingw32-gcc pkgconfig mingw32-glib2-static \
1.20 mingw32-gettext-static mingw32-iconv-static
1.21 % ./configure --host=i686-w64-mingw32 --disable-shared \
1.22 - --bindir=/gutcheck --datadir=/
1.23 + --bindir=/bookloupe --datadir=/
1.24 % make
1.25 % mkdir build
1.26 % make install DESTDIR=`pwd`/build
1.27
1.28 -The contents of the build/gutcheck directory can then be copied to a
1.29 +The contents of the build/bookloupe directory can then be copied to a
1.30 Microsoft Windows machine.
1.31
1.32 Depending on the version of mingw32-gcc you use, you may need to specify a