# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1343539923 14400 # Node ID d7124baf5f860f174d286765f17b4e791c23caa6 # Parent 4328e28414aa7e4db247867280aad6700fbd3d24 Document extra LLVM dependency diff -r 4328e28414aa -r d7124baf5f86 doc/interpreter/install.txi --- a/doc/interpreter/install.txi Sat Jul 28 11:59:10 2012 -0400 +++ b/doc/interpreter/install.txi Sun Jul 29 01:32:03 2012 -0400 @@ -250,6 +250,11 @@ (@url{http://www.hdfgroup.org/HDF5}). HDF5 is required for Octave's @code{load} and @code{save} commands to read and write HDF data files. +@item LLVM +Compiler framework, (@url{http://www.llvm.org}). LLVM is required for +Octave's experimental just-in-time (JIT) compilation for speeding up the +interpreter. + @item OpenGL API for portable 2-D and 3-D graphics (@url{http://www.opengl.org}). An OpenGL implementation is required to provide Octave's OpenGL-based