Pārlūkot izejas kodu

update doc for --enable-blas-lib and add doc for --enable-leveldb

Corentin Salingue 9 gadi atpakaļ
vecāks
revīzija
3f421da55c
1 mainītis faili ar 13 papildinājumiem un 3 dzēšanām
  1. 13 3
      doc/doxygen/chapters/41configure_options.doxy

+ 13 - 3
doc/doxygen/chapters/41configure_options.doxy

@@ -442,12 +442,22 @@ Enable the use of OpenGL for the rendering of some examples.
 // TODO: rather default to enabled when detected
 </dd>
 
-<dt>--enable-blas-lib</dt>
+<dt>--enable-blas-lib=<c>prefix</c></dt>
 <dd>
 \anchor enable-blas-lib
 \addindex __configure__--enable-blas-lib
-Specify the blas library to be used by some of the examples. The
-library has to be 'atlas' or 'goto'.
+Specify the blas library to be used by some of the examples. Librairies available :
+- none [default] : no BLAS library is used
+- atlas: use ATLAS library
+- goto: use GotoBLAS library
+- mkl: use MKL library (you may need to set specific CFLAGS and LDFLAGS with --with-mkl-cflags and --with-mkl-ldflags)
+</dd>
+
+<dt>--enable-leveldb</dt>
+<dd>
+\anchor enable-leveldb
+\addindex __configure__--enable-leveldb
+Enable linking with LevelDB if available
 </dd>
 
 <dt>--disable-starpufft</dt>