0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-27 00:31:02 +08:00

Update Readme

This commit is contained in:
Sergey Yagovtsev 2017-03-30 06:19:45 +03:00
parent 297174942f
commit cd6b186ba4

View File

@ -19,6 +19,7 @@
4. [Build](#build)
- [Linux](#linux)
- [Windows](#windows)
5. [License](#license)
# About
Lightweight cross-platform profiler library for c++
@ -207,3 +208,10 @@ $ mkdir build
$ cd build
$ cmake .. -G "Visual Studio 12 2013 Win64"
```
#License
Licensed under either of
- MIT license (LICENSE.MIT or http://opensource.org/licenses/MIT)
- Apache License, Version 2.0, (LICENSE.APACHE or http://www.apache.org/licenses/LICENSE-2.0)
at your option.