diff --git a/benchmark/build.m b/benchmark/build.m index 1ce55eb..9adea9f 100644 --- a/benchmark/build.m +++ b/benchmark/build.m @@ -17,7 +17,11 @@ % This function builds all the MEX files needed. % Dependencies: Boost C++ libraries (http://www.boost.org) % +% The code contains C++11 functionality, so you have to use a compiler that +% supports the flag -std=c++11. +% Some help on how to do it in: http://jponttuset.github.io/matlab2014-mex-flags/ % ------------------------------------------------------------------------ + function build() %% Check that root_dir is set properly if ~exist(root_dir,'dir') diff --git a/pre-trained/build.m b/pre-trained/build.m index f30b1f6..2f79dc9 100644 --- a/pre-trained/build.m +++ b/pre-trained/build.m @@ -17,6 +17,9 @@ % This function builds all the MEX files needed. % Dependencies needed to build: Boost C++ libraries (http://www.boost.org) % +% The code contains C++11 functionality, so you have to use a compiler that +% supports the flag -std=c++11. +% Some help on how to do it in: http://jponttuset.github.io/matlab2014-mex-flags/ % ------------------------------------------------------------------------ function build() % Check that 'mcg_root' has been set