diff options
author | Stanisław Halik <sthalik@misaki.pl> | 2016-08-28 16:04:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-28 16:04:49 +0200 |
commit | 117f847bbcb85ad9ceb2741b645924ec7c0c4736 (patch) | |
tree | 30c461f4675ddb5f900a7d424920f39e922f95cc /README.md | |
parent | e43b721bd3dfd2eef3ef77c4e5a788942f37a3af (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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). |