Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2018-06-26 19:04:10 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2018-06-26 19:04:10 +0300
commit242fc9bfb4084a032cd1c7c1f27502f714e9a73e (patch)
treed2186e58f73e8703a2713abcdbf39a634fa68315 /README.md
parent84c34ad826cf8180666afddd32c91d74b667193d (diff)
Mention required libraries.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f5e2b854..295485d2 100644
--- a/README.md
+++ b/README.md
@@ -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.