mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
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:
@@ -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:
|
||||
|
||||
|
||||
@@ -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
|
||||
=====
|
||||
|
||||
|
||||
Reference in New Issue
Block a user