The unified diff between revisions [78746ed3..] and [248a580c..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'INSTALL'

#
#
# patch "INSTALL"
#  from [f4e6f306f6a19cf698f77b8ac43c8db16af19c4c]
#    to [d0ce0969db5a06e5dfee86d2447329bc2b91db2f]
#
============================================================
--- INSTALL	f4e6f306f6a19cf698f77b8ac43c8db16af19c4c
+++ INSTALL	d0ce0969db5a06e5dfee86d2447329bc2b91db2f
@@ -1,12 +1,13 @@

-Compiling monotone-viz from sources
+Compiling git-viz from sources
 ===================================

 * OCaml
-Monotone-viz is written in Objective caml, so you'll need the ocaml
+Git-viz is written in Objective caml, so you'll need the ocaml
 compilers [1]. They are binaries available, from the ocaml homepage or
-from other vendors (e.g. Linux distributions). It is also easy to
-compile from source, something like this should work:
+from other vendors (e.g. Linux distributions). If you install a
+package, make sure you have camlp4, the caml preprocessor. OCaml is
+also easy to compile from source, something like this should work:

  $ ./configure -prefix /opt/caml
  $ make world.opt
@@ -28,23 +29,15 @@ The latest version is lablgtk2-20050218.
   $ make install


-* Monotone
-You need the compiled monotone sources, for monotone-viz statically
-links the sqlite library embedded in monotone.  So, in the
-monotone-viz directory, create a link named monotone :
-
-  $ ln -s /path/to/monotone-tree monotone
+* Git-viz
+Compiling git-viz should now be as simple as :

-
-* Monotone-viz
-Compiling monotone-viz should now be as simple as :
-
   $ ./configure
   $ make


 * Installing & cleaning
-There is no `install' target for the Makefile : monotone-viz is a
+There is no `install' target for the Makefile : git-viz is a
 single executable, just copy it somewhere in your PATH.
 Also the ocaml compiler statically links everything caml-related so
 you can delete your ocaml installation if you so wish :