From: Matthias Maier Date: Mon, 26 Oct 2015 23:54:50 +0000 (-0500) Subject: Documentation: Fix a typo in porting.html X-Git-Tag: v8.4.0-rc2~280^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1794%2Fhead;p=dealii.git Documentation: Fix a typo in porting.html --- diff --git a/doc/developers/porting.html b/doc/developers/porting.html index f49b08a049..51338abe9b 100644 --- a/doc/developers/porting.html +++ b/doc/developers/porting.html @@ -128,11 +128,12 @@ include/deal.II/base/config.h.in

You have to set up a native deal.II build directory first and run - make expand_instantiations in it. The executable is + make expand_instantiations_exe in it. The executable is needed for the build system (and obviously the cross compiled version cannot be used). Locate the expand_instantiations - executable and export its location in the PATH - environment variable. + executable (it usually resides under + ${CMAKE_BINARY_DIR}/bin and export its location with the + PATH environment variable.