# # patch "INSTALL" # from [69045e80305c3f573fb46cc5d70d402a880fd8b4] # to [47dd049b915682a34f21d9aecea141fe09bcf32f] # # patch "README" # from [40ba304e86f84a94b1db283e0e3dbcee94f42ac5] # to [ae30f1fe580d60c1cdf9d2a5736eb4e3ac3926c4] # ======================================================================== --- INSTALL 69045e80305c3f573fb46cc5d70d402a880fd8b4 +++ INSTALL 47dd049b915682a34f21d9aecea141fe09bcf32f @@ -47,12 +47,11 @@ Compiling monotone-viz should now be as simple as: $ make + $ make install -* Installing & cleaning -There is no `install' target for the Makefile: monotone-viz is a -single executable, just copy it somewhere in your PATH. -Also the ocaml compiler statically links everything caml-related so +* Cleaning +The ocaml compiler statically links everything caml-related so you can delete your ocaml installation if you wish: $ rm -Rf /opt/ocaml ======================================================================== --- README 40ba304e86f84a94b1db283e0e3dbcee94f42ac5 +++ README ae30f1fe580d60c1cdf9d2a5736eb4e3ac3926c4 @@ -24,11 +24,14 @@ - compile/install ocaml and LablGTK - if you've pulled this from the monotone repository, run `aclocal -I . && autoconf' to generate configure -- run ./configure, with the following options if needed : +- run ./configure, with the following options if needed: --with-monotone-dir --with-lablgtk-dir + --prefix + --exec-prefix + --bindir - make -- install the binary monotone-viz somewhere +- make install see INSTALL for an in-depth description of this procedure.