Skip to content

Docs for installing tracy on non-Windows platforms are lacking #8366

Open
@alice-i-cecile

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:

  1. Clone the tracy repo, and checkout the correct tag.
  2. Install pkg-config, glfw, freetype, capstone, dbus. Names may vary.
  3. cd into the capture/build/unix folder and run make release LEGACY=1 (legacy flag is for wayland support).
  4. Do the same for profiler/build/unix.
  5. Open the profiler folder in your CLI, then call ./Tracy-release.
  6. Follow existing instructions to actually use the GUI with Bevy.

Metadata

Assignees

No one assigned

    Labels

    A-DiagnosticsLogging, crash handling, error reporting and performance analysisC-DocsAn addition or correction to our documentationO-LinuxSpecific to the Linux desktop operating systemO-MacOSSpecific to the MacOS (Apple) desktop operating system

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions