Docs for installing tracy
on non-Windows platforms are lacking #8366
Open
Description
How can Bevy's documentation be improved?
I just got this set up on PopOs (Linux, Ubuntu). I documented the steps I took and my confusion in this thread.
Key steps:
- Clone the
tracy
repo, and checkout the correct tag. - Install
pkg-config, glfw, freetype, capstone, dbus
. Names may vary. cd
into thecapture/build/unix
folder and runmake release LEGACY=1
(legacy flag is for wayland support).- Do the same for
profiler/build/unix
. - Open the profiler folder in your CLI, then call
./Tracy-release
. - Follow existing instructions to actually use the GUI with Bevy.