Skip to content

Commit 104b95b

Browse files
author
mikeblome
committed
update per review
1 parent bcc3b7b commit 104b95b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/linux/cmake-linux-project.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ For general information about CMake support in Visual Studio, see [CMake Tools f
1717

1818
First, make sure you have the **Linux development with C++** workload installed, including the CMake component. See [Install the C++ Linux workload in Visual Studio](download-install-and-setup-the-linux-development-workload.md).
1919

20+
On the Linux machine, make sure that the following are installed:
21+
22+
- gcc
23+
- gdb
24+
- rsync
25+
- zip
26+
2027
::: moniker range="vs-2019"
2128

2229
Linux support for CMake projects requires a recent version of CMake to be installed on the target machine. Often, the version offered by a distribution’s default package manager is not recent enough to support all the IDE’s features. Visual Studio 2019 can automatically install a user local copy of CMake on remote Linux machines that don’t have a recent version of CMake installed. If a compatible version of CMake isn’t detected the first time you build your project, you will see an info-bar offering to install CMake.

0 commit comments

Comments
 (0)