提交 7d3f4e12 编写于 作者: B betsy.mcphail

Tutorial: Clarify instructions for multi-config generators in Step 1

上级 4653f802
......@@ -102,7 +102,14 @@ Then call that build system to actually compile/link the project:
cmake --build .
Finally, try to use the newly built ``Tutorial`` with these commands:
For multi-config generators (e.g. Visual Studio), first navigate to the
appropriate subdirectory, for example:
.. code-block:: console
cd Debug
Finally, try to use the newly built ``Tutorial``:
.. code-block:: console
......@@ -110,6 +117,11 @@ Finally, try to use the newly built ``Tutorial`` with these commands:
Tutorial 10
Tutorial
**Note:** Depending on the shell, the correct syntax may be ``Tutorial``,
``./Tutorial`` or ``.\Tutorial``. For simplicity, the exercises will use
``Tutorial`` throughout.
Solution
--------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册