Skip to content

Commit

Permalink
Merge pull request #681 from borglab/fix/boost-version-update
Browse files Browse the repository at this point in the history
Known Issues Section
  • Loading branch information
dellaert authored Jan 28, 2021
2 parents b8f5466 + 0bb6d25 commit ca44312
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ $ make install
- MacOS 10.6 - 10.14
- Windows 7, 8, 8.1, 10

Known issues:

- MSVC 2013 is not yet supported because it cannot build the serialization module
of Boost 1.55 (or earlier).

2. GTSAM makes extensive use of debug assertions, and we highly recommend you work
in Debug mode while developing (enabled by default). Likewise, it is imperative
that you switch to release mode when running finished code and for timing. GTSAM
Expand All @@ -70,6 +65,13 @@ execute commands as follows for an out-of-source build:
This will build the library and unit tests, run all of the unit tests,
and then install the library itself.

## Known Issues

- When using `GTSAM_BUILD_WITH_MARCH_NATIVE=ON`, you may encounter issues in running tests which we are still investigating:
- Use of a version of GCC < 7.5 results in an "Indeterminant Linear System" error for `testSmartProjectionFactor`.
- Use of Boost version < 1.67 with clang will give a segfault for mulitple test cases.
- MSVC 2013 is not yet supported because it cannot build the serialization module of Boost 1.55 (or earlier).

# Windows Installation

This section details how to build a GTSAM `.sln` file using Visual Studio.
Expand Down

0 comments on commit ca44312

Please sign in to comment.