From 24755c1845575ac5df79e3ac336356b02911a2fb Mon Sep 17 00:00:00 2001 From: Gerry Chen Date: Mon, 12 Apr 2021 22:17:37 -0400 Subject: [PATCH] documentation about wrap update instructions --- matlab/README.md | 2 ++ python/README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/matlab/README.md b/matlab/README.md index 39053364d..25628b633 100644 --- a/matlab/README.md +++ b/matlab/README.md @@ -8,6 +8,8 @@ The interface to the toolbox is generated automatically by the wrap tool which d The tool generates matlab proxy objects together with all the native functions for wrapping and unwrapping scalar and non scalar types and objects. The interface generated by the wrap tool also redirects the standard output stream (cout) to matlab's console. +For instructions on updating the version of the [wrap library](https://github.com/borglab/wrap) included in GTSAM to the latest version, please refer to the [wrap README](https://github.com/borglab/wrap/blob/master/README.md#git-subtree-and-contributing) + ## Ubuntu If you have a newer Ubuntu system (later than 10.04), 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, in paths: diff --git a/python/README.md b/python/README.md index 6e2a30d2e..c485d12bd 100644 --- a/python/README.md +++ b/python/README.md @@ -4,6 +4,8 @@ This is the Python wrapper around the GTSAM C++ library. We use our custom [wrap library](https://github.com/borglab/wrap) to generate the bindings to the underlying C++ code. +For instructions on updating the version of the [wrap library](https://github.com/borglab/wrap) included in GTSAM to the latest version, please refer to the [wrap README](https://github.com/borglab/wrap/blob/master/README.md#git-subtree-and-contributing) + ## Requirements - If you want to build the GTSAM python library for a specific python version (eg 3.6),