Skip to content

Commit

Permalink
- Links to blog help added
Browse files Browse the repository at this point in the history
  • Loading branch information
jponttuset committed Mar 18, 2015
1 parent 751fb9d commit c7da29f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions benchmark/build.m
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
3 changes: 3 additions & 0 deletions pre-trained/build.m
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7da29f

Please sign in to comment.