Skip to content

Commit bd1348c

Browse files
updated doc
1 parent 85d1362 commit bd1348c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_docs_v7/Tracy-Integration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,12 @@ To profile a function in SU2, add Tracy macros to the source code. Here’s an e
7272

7373
After compiling and instrumenting SU2, profile and visualize the data as follows:
7474

75-
> For Ubuntu users, install additional dependencies required for the Tracy server with:
75+
Note: For Ubuntu users, install additional dependencies required for the Tracy server with the following command.
76+
```bash
7677
sudo apt install libfreetype6-dev libcapstone-dev libdbus-1-dev \
7778
libxkbcommon-dev libwayland-dev wayland-protocols \
7879
libegl1-mesa-dev libglvnd-dev libgtk-3-dev
80+
```
7981

8082
1. **Build the Tracy Server:**
8183
- Navigate to the Tracy directory: `cd <SU2_SOURCE_DIR>/subprojects/tracy`.

0 commit comments

Comments
 (0)