diff options
-rw-r--r-- | utils/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/utils/README.md b/utils/README.md new file mode 100644 index 0000000..bb293fc --- /dev/null +++ b/utils/README.md @@ -0,0 +1,12 @@ +# Service management utilities + +## Building + +I've used the compiler shipped with Visual Studio Express 2013 with Update 4 for Windows Desktop. + +You can generate the solution windows_drivers_utils.sln using CMake and build it using Visual Studio. + +## Licensing + +This project is licensed under the terms of the MIT License. +See [Licensing](https://github.com/egor-tensin/windows_drivers#licensing) for details. |