1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Mention required libraries.

This commit is contained in:
Bartosz Taudul
2018-06-26 18:04:10 +02:00
parent 84c34ad826
commit 242fc9bfb4
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -51,6 +51,8 @@ In the default configuration tracy is disabled. To enable it, add a `TRACY_ENABL
If you want to profile a short-lived application, add a `TRACY_NO_EXIT` define. In this configuration tracy will not exit until an incoming connection is made, even if the application has already finished.
On Unix make sure you are linking your application with libpthread and libdl.
#### Running the server
The easiest way to get going is to build the standalone server, available in the `standalone` directory. You can connect to localhost or remote clients and view the collected data right away.