aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/utils/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-05-10 23:08:57 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-05-10 23:08:57 +0300
commit218434005740994a6cfb20f2c2e982ffd8a853a1 (patch)
treee33d2c7102385f9ba1d1796bfc44a15331200058 /utils/README.md
parentadd service mgmt lib & utils (diff)
downloadwindows7-drivers-218434005740994a6cfb20f2c2e982ffd8a853a1.tar.gz
windows7-drivers-218434005740994a6cfb20f2c2e982ffd8a853a1.zip
utils: add README
Diffstat (limited to '')
-rw-r--r--utils/README.md12
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.