summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorStanisław Halik <sthalik@misaki.pl>2016-08-28 16:04:49 +0200
committerGitHub <noreply@github.com>2016-08-28 16:04:49 +0200
commit117f847bbcb85ad9ceb2741b645924ec7c0c4736 (patch)
tree30c461f4675ddb5f900a7d424920f39e922f95cc /README.md
parente43b721bd3dfd2eef3ef77c4e5a788942f37a3af (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 06ac1b36..fd8f01b2 100644
--- a/README.md
+++ b/README.md
@@ -77,3 +77,7 @@ Don't be afraid to submit an issue/feature request if need arises.
# Licensing information
Almost all code is licensed under the [ISC license](https://en.wikipedia.org/wiki/ISC_license). There are very few proprietary dependencies. There is no copyleft code. See individual files for licensing and authorship information.
+
+# Building opentrack from source
+
+On Windows, use either mingw-w64 MS Visual Studio 2015 Update 3 or newer. On other platforms use GNU or LLVM. Refer to [Visual C++ 2015 build instructions](https://github.com/opentrack/opentrack/wiki/Building-under-MS-Visual-C------2015).