mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-26 16:11:02 +08:00
Update README.md
This commit is contained in:
parent
65b3b23b5e
commit
6faba9d587
10
README.md
10
README.md
@ -23,6 +23,7 @@
|
||||
- [Linux](#linux)
|
||||
- [MacOS](#macos)
|
||||
- [Windows](#windows)
|
||||
- [QNX](#qnx)
|
||||
5. [Notes about major release (1.0 -> 2.0)](#status)
|
||||
6. [License](#license)
|
||||
|
||||
@ -283,6 +284,15 @@ $ cd build
|
||||
$ cmake .. -G "Visual Studio 12 2013 Win64"
|
||||
```
|
||||
|
||||
## QNX
|
||||
```bash
|
||||
$ souce $QNX_ENVIRONMENT
|
||||
$ mkdir build
|
||||
$ cd build
|
||||
$ cmake -DCMAKE_TOOLCHAIN_FILE=/path/to/QNXToolchain.cmake ..
|
||||
```
|
||||
For more information and example for QNXToolchain see [this PR](https://github.com/yse/easy_profiler/pull/145)
|
||||
|
||||
# Status
|
||||
Branch `develop` contains all v2.0.0 features and new UI style.
|
||||
Please, note that .prof file header has changed in v2.0.0:
|
||||
|
Loading…
x
Reference in New Issue
Block a user