summaryrefslogtreecommitdiff
path: root/docs/guide/troubleshooting.md
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2020-03-02 13:24:38 -0500
committerJordan Wiens <jordan@psifertex.com>2020-03-02 13:24:38 -0500
commit791fb053cddd87a0823f8f4e085fae1c78f7fd78 (patch)
tree3f9e3a38af655e2658c00fcb1ead9684a6031892 /docs/guide/troubleshooting.md
parentcbdd08653c09ff2675e0c33efff81a62e4655d7c (diff)
add debain troubleshooting note
Diffstat (limited to 'docs/guide/troubleshooting.md')
-rw-r--r--docs/guide/troubleshooting.md8
1 files changed, 8 insertions, 0 deletions
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):