From 633cf4363538598d31330e27b43f7e688bc28c7a Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Mon, 26 Oct 2015 18:54:50 -0500 Subject: [PATCH] Documentation: Fix a typo in porting.html --- doc/developers/porting.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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.

-- 2.39.5