From 791fb053cddd87a0823f8f4e085fae1c78f7fd78 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 2 Mar 2020 13:24:38 -0500 Subject: add debain troubleshooting note --- docs/guide/troubleshooting.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') diff --git a/docs/guide/troubleshooting.md b/docs/guide/troubleshooting.md index d7666359..da4e19c7 100644 --- a/docs/guide/troubleshooting.md +++ b/docs/guide/troubleshooting.md @@ -114,6 +114,14 @@ open /Applications/Python\ 3.6/Install\ Certificates.command Given the diversity of Linux distributions, some work-arounds are required to run Binary Ninja on platforms that are not [officially supported][FAQ]. +#### Debian + +Debian requires one package be manually installed to support the emoji icons used in the Tag system: + +``` +apt install fonts-noto-color-emoji +``` + #### Headless Ubuntu If you're having trouble getting Binary Ninja installed in a headless server install where you want to be able to X-Forward the GUI on a remote machine, the following should meet requirements (for at least 14.04 LTS): -- cgit v1.3.1