From 4f4ced041ec5181d6a9c63f51f8eb3a25fce655a Mon Sep 17 00:00:00 2001 From: Alex Cunningham Date: Thu, 30 Aug 2012 18:08:56 +0000 Subject: [PATCH] Added second path to remove matlab libraries from to readme --- matlab/README-gtsam-toolbox.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/matlab/README-gtsam-toolbox.txt b/matlab/README-gtsam-toolbox.txt index c9b22f3b7..6f74f9806 100644 --- a/matlab/README-gtsam-toolbox.txt +++ b/matlab/README-gtsam-toolbox.txt @@ -17,8 +17,10 @@ Note about newer Ubuntu versions unsupported by MATLAB (later than 10.04) If you have a newer Ubuntu system, you must make a small modification to your MATLAB installation, due to MATLAB being distributed with an old version of the C++ standard library. Delete or rename all files starting with -'libstdc++' in your MATLAB installation directory, typically -/usr/local/MATLAB/[version]/sys/os/[system]/ +'libstdc++' in your MATLAB installation directory, in paths: + + /usr/local/MATLAB/[version]/sys/os/[system]/ + /usr/local/MATLAB/[version]/bin/[system]/ ----------------------------------------