From 218434005740994a6cfb20f2c2e982ffd8a853a1 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 10 May 2015 23:08:57 +0300 Subject: utils: add README --- utils/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 utils/README.md (limited to 'utils/README.md') 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. -- cgit v1.2.3