diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-10 23:08:57 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-10 23:08:57 +0300 |
commit | 218434005740994a6cfb20f2c2e982ffd8a853a1 (patch) | |
tree | e33d2c7102385f9ba1d1796bfc44a15331200058 /utils | |
parent | add service mgmt lib & utils (diff) | |
download | windows7-drivers-218434005740994a6cfb20f2c2e982ffd8a853a1.tar.gz windows7-drivers-218434005740994a6cfb20f2c2e982ffd8a853a1.zip |
utils: add README
Diffstat (limited to '')
-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. |