mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-27 08:41:02 +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)
|
- [Note about context-switch](#note-about-context-switch)
|
||||||
4. [Build](#build)
|
4. [Build](#build)
|
||||||
- [Linux](#linux)
|
- [Linux](#linux)
|
||||||
|
- [MacOS](#macos)
|
||||||
- [Windows](#windows)
|
- [Windows](#windows)
|
||||||
5. [License](#license)
|
5. [License](#license)
|
||||||
|
|
||||||
@ -192,6 +193,15 @@ $ cmake -DCMAKE_BUILD_TYPE="Release" ..
|
|||||||
$ make
|
$ make
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## MacOS
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ mkdir build
|
||||||
|
$ cd build
|
||||||
|
$ cmake -DCMAKE_CXX_COMPILER=g++-5 -DCMAKE_C_COMPILER=gcc-5 -DCMAKE_BUILD_TYPE="Release" ..
|
||||||
|
$ make
|
||||||
|
```
|
||||||
|
|
||||||
## Windows
|
## Windows
|
||||||
|
|
||||||
If you are using QtCreator IDE you can just open `CMakeLists.txt` file in root directory.
|
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