diff options
author | Nicolas Pouillard <np@nicolaspouillard.fr> | 2007-02-07 10:31:36 +0000 |
---|---|---|
committer | Nicolas Pouillard <np@nicolaspouillard.fr> | 2007-02-07 10:31:36 +0000 |
commit | d7c93751667ee30f4272ec6c54d56baaee94c60e (patch) | |
tree | d44b45465407d343457d2725918a6be106d3f940 /INSTALL | |
parent | fa5e0979f21aee6697617402d892210d67ac9009 (diff) | |
download | ocaml-d7c93751667ee30f4272ec6c54d56baaee94c60e.tar.gz |
Some changes to the build system
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7829 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -185,6 +185,11 @@ An alternative, and faster approach to steps 2 to 5 is The result is equivalent to "make world opt opt.opt", but this may fail if anything goes wrong in native-code generation. +Another alternative, is to use the experimental build system that use +ocamlbuild instead of make (it replaces steps 2 to 5): + + ./build/fastworld.sh + 6- You can now install the Objective Caml system. This will create the following commands (in the binary directory selected during autoconfiguration): @@ -214,6 +219,10 @@ From the top directory, become superuser and do: umask 022 # make sure to give read & execute permission to all make install + In the ocamlbuild setting instead of make install do: + + ./build/install.sh + 7- Installation is complete. Time to clean up. From the toplevel directory, do "make clean". |