12 lines
1.0 KiB
JSON
12 lines
1.0 KiB
JSON
/*---------------------------------------------------------------------------------------------
|
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
*--------------------------------------------------------------------------------------------*/
|
|
// Do not edit this file. It is machine generated.
|
|
{
|
|
"walkthrough.linux.install.compiler": "在 Linux 上安装 C++ 编译器",
|
|
"walkthrough.linux.text1": "如果要为 Linux 进行 C++ 开发,建议安装 GCC 编译器。安装 GCC 十分简单,只需执行以下三个步骤:",
|
|
"walkthrough.linux.text2": "从终端窗口运行以下命令以更新 Ubuntu 包列表。过期的 Linux 分发有时会干扰尝试安装新包。",
|
|
"walkthrough.linux.text3": "使用此命令安装 GNU 编译器工具和 GDB 调试器:",
|
|
"walkthrough.linux.text4": "运行以下命令以验证 GCC 已安装。你应该会看到一条版权消息和有关所使用的 GCC 版本的信息。"
|
|
} |