Skip to content
Snippets Groups Projects
Commit 68783ce8 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

dev-guide: update instrucitons for building from source

parent ac08acb2
No related branches found
No related tags found
No related merge requests found
...@@ -129,12 +129,12 @@ explain what the steps are, then on the Internet you can look at some example sc ...@@ -129,12 +129,12 @@ explain what the steps are, then on the Internet you can look at some example sc
.. code-block:: bash .. code-block:: bash
cd ~/tarantool cd ~/tarantool
git submodule init git submodule init --recursive
git submodule update git submodule update --recursive
cd ../ cd ../
On rare occasions, the submodules will need to be updated again with the On rare occasions, the submodules will need to be updated again with the
command: ``git submodule update --init``. command: ``git submodule update --init --recursive``.
6. Use CMake to initiate the build. 6. Use CMake to initiate the build.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment