Clarify building from Git sources

Explain that release archive directory names in the installation guide
must be replaced with the actual Git checkout directory.

Fixes #1209

Change-Id: I66f2246aacd3b5223dcc3792c2cf4670cd6248c5
This commit is contained in:
Sergiu Deitsch
2026-07-27 20:55:52 +02:00
parent cb02fa2f7b
commit 849f854ff9
2 changed files with 13 additions and 0 deletions
+4
View File
@@ -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:
+9
View File
@@ -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
=====