Browse Source

INSTALL: more options

Nathalie Furmento 12 years ago
parent
commit
ac3e8d35e4
1 changed files with 7 additions and 0 deletions
  1. 7 0
      INSTALL

+ 7 - 0
INSTALL

@@ -177,13 +177,20 @@ autogen.sh part.
         --with-cuda-lib-dir=<CUDA installation directory>/lib/Win32 \
         --with-cuda-lib-dir=<CUDA installation directory>/lib/Win32 \
 	--with-opencl-dir=<CUDA installation directory>
 	--with-opencl-dir=<CUDA installation directory>
         --disable-build-doc
         --disable-build-doc
+	--disable-build-examples --enable-quick-check
    make
    make
+   make check   # not necessary but well advised
    make install
    make install
 
 
    The option --disable-build-doc is necessary if you do not have a
    The option --disable-build-doc is necessary if you do not have a
    working TeX binary installed as it is needed by texi2dvi to build
    working TeX binary installed as it is needed by texi2dvi to build
    the documentation.
    the documentation.
 
 
+   To fasten the compilation process, the option
+   --disable-build-examples may also be used to disable the
+   compilation of the applications. They can be compiled and checked
+   by running make check.
+
    Also convert a couple of files to CRLF:
    Also convert a couple of files to CRLF:
 
 
    sed -e 's/$/'$'\015'/ < README > $prefix/README.txt
    sed -e 's/$/'$'\015'/ < README > $prefix/README.txt