felixrieseberg / windows-build-tools

:package: Install C++ Build Tools for Windows using npm
MIT License
3.4k stars 237 forks source link

Note license restriction for 3rd party software #170

Closed jacobq closed 5 years ago

jacobq commented 5 years ago

Closes #169

jacobq commented 5 years ago

We should probably put an * by the "free of charge" clause in here:

After installation, npm will automatically execute this module, which downloads and installs Visual C++ Build Tools, provided free of charge by Microsoft. These tools are required to compile popular native modules. If not already installed, it will also install Python 2.7, configuring your machine and npm appropriately.

felixrieseberg commented 5 years ago

This is already helpful, thank you!