0
0
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:
Sergey Yagovtsev 2019-01-15 23:10:11 +03:00 committed by GitHub
parent 65b3b23b5e
commit 6faba9d587
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@
- [Linux](#linux) - [Linux](#linux)
- [MacOS](#macos) - [MacOS](#macos)
- [Windows](#windows) - [Windows](#windows)
- [QNX](#qnx)
5. [Notes about major release (1.0 -> 2.0)](#status) 5. [Notes about major release (1.0 -> 2.0)](#status)
6. [License](#license) 6. [License](#license)
@ -283,6 +284,15 @@ $ cd build
$ cmake .. -G "Visual Studio 12 2013 Win64" $ 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 # Status
Branch `develop` contains all v2.0.0 features and new UI style. Branch `develop` contains all v2.0.0 features and new UI style.
Please, note that .prof file header has changed in v2.0.0: Please, note that .prof file header has changed in v2.0.0: