diff --git a/docs/source/installation.rst b/docs/source/installation.rst index d911f8fd0..2329b0f45 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -120,6 +120,10 @@ versions included with Ceres Solver as submodules by using the command git clone --recurse-submodules https://github.com/ceres-solver/ceres-solver +The build instructions below use ``ceres-solver-2.2.0`` as the source +directory because they assume a release archive. If you build from a Git +checkout, replace it with the name of your checkout, usually ``ceres-solver``. + .. _section-linux: diff --git a/docs/source/version_history.rst b/docs/source/version_history.rst index 50f835390..f6a9193dd 100644 --- a/docs/source/version_history.rst +++ b/docs/source/version_history.rst @@ -11,6 +11,15 @@ Version History =============== +Unreleased +========== + +Bug Fixes & Minor Changes +------------------------- + +#. Clarify building Ceres Solver from Git sources in the installation + documentation. + 2.2.0 =====