Skip to content

Commit

Permalink
fix INSTALL
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gna.org/svn/ocaml-r/branches/yziquel@311 8462dd83-5746-40b0-b0c8-3ca2f889d9d2
  • Loading branch information
zoggy committed Feb 9, 2010
1 parent 90f22f1 commit 5e2e4e2
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions 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.

0 comments on commit 5e2e4e2

Please sign in to comment.