mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-26 08:01:51 +08:00
Update README.md
This commit is contained in:
parent
ad57e00067
commit
f05df560cd
10
README.md
10
README.md
@ -20,6 +20,7 @@
|
||||
- [Note about context-switch](#note-about-context-switch)
|
||||
4. [Build](#build)
|
||||
- [Linux](#linux)
|
||||
- [MacOS](#macos)
|
||||
- [Windows](#windows)
|
||||
5. [License](#license)
|
||||
|
||||
@ -192,6 +193,15 @@ $ cmake -DCMAKE_BUILD_TYPE="Release" ..
|
||||
$ make
|
||||
```
|
||||
|
||||
## MacOS
|
||||
|
||||
```bash
|
||||
$ mkdir build
|
||||
$ cd build
|
||||
$ cmake -DCMAKE_CXX_COMPILER=g++-5 -DCMAKE_C_COMPILER=gcc-5 -DCMAKE_BUILD_TYPE="Release" ..
|
||||
$ make
|
||||
```
|
||||
|
||||
## Windows
|
||||
|
||||
If you are using QtCreator IDE you can just open `CMakeLists.txt` file in root directory.
|
||||
|
Loading…
x
Reference in New Issue
Block a user