Skip to content

Commit

Permalink
Update Tracy to v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarnp committed Apr 11, 2023
1 parent 6661280 commit 8012ce2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,18 @@ x64\Release\Tracy.exe

### Install dependencies
* pkg-config
* glfw3 (glfw-x11)
* freetype2
* capstone
* glfw3 (glfw-x11)
* Note! Only required if using LEGACY=1 below, otherwise not required and
profiler server will use Wayland instead.

#### Build profiler server
```
cd tracy/profiler/build/unix
make release
make release LEGACY=1
```
> NOTE: For tracy > 0.9 add LEGACY=1 to keep using glfw-x11, otherwise it
defaults to using Wayland.
> Note! Remove LEGACY=1 above to use Wayland instead of GLFW.
#### Run profiler server
```
Expand Down
2 changes: 1 addition & 1 deletion tracy
Submodule tracy updated 165 files

0 comments on commit 8012ce2

Please sign in to comment.