From 5e2e4e20905a8c11a0b8c4d640abcc05ed13fd18 Mon Sep 17 00:00:00 2001 From: zoggy Date: Tue, 9 Feb 2010 08:43:08 +0000 Subject: [PATCH] fix INSTALL git-svn-id: svn+ssh://svn.gna.org/svn/ocaml-r/branches/yziquel@311 8462dd83-5746-40b0-b0c8-3ca2f889d9d2 --- INSTALL | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index dc51597..99c77f9 100644 --- a/INSTALL +++ b/INSTALL @@ -1,7 +1,15 @@ -To create the Makefile via the use of autoconf / automake, simply do: + OCaml-R installation - autoreconf -i -Then, run the ./configure script, followed by make. OCaml-R should now be compiled. +*** What you need *** +- OCaml 3.11.0 or above installed +- R >= 2.9 with development libraries +- make ;-) + +*** How to compile *** +- ./configure +- make all [or only 'make byte' if the native code compiler is not installed] +- make install + The list of installed or not installed files is printed. + -To automate both steps, you have the autoconf-build script.