Installation: G++, GDB, Make
Installation: G++, GDB, Make
You are welcome to write all of your code in Udacity's web-based Workspaces. If, however, you prefer to work
locally on your machine, you will need to install certain software.
macOS
Linux
These programs are typically available through the default package manager for each Linux distribution. For
example, we can use APT on Ubuntu systems.
Windows
The instructions for this are the same for all machines:
Open VSCode
Navigate to VSCode extensions by clicking into the following menus:
o Code > Preferences > Extensions
In the search bar that says "Search Extensions in Marketplace" type "C/C++"
Select the C/C++ extension and press the Install button to install this extension.
clang-format
This is also a VSCode extension, so navigate to Extensions using the same process as the previous
section.
In the search bar that says "Search Extensions in Marketplace", type: "clang-format"
Select the Clang-Format extension and press the Install button to install this extension.