We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472f628 commit 1a6e6bdCopy full SHA for 1a6e6bd
README.md
@@ -10,6 +10,10 @@ The `MakefileBuild` Visual Studio Extension adds functionality to Visual Studio
10
- **Build Makefiles**: Execute the `make` command to build the Makefile.
11
- **Output Window Integration**: Displays build output and errors in the Visual Studio Output window.
12
13
+## Prerequisites
14
+
15
+To use this extension, you need to have the GNU build tools installed on your system. Ensure `make.exe` is available in your system PATH.
16
17
## Installation
18
19
To install the extension:
0 commit comments