From 022a95db25dd08e7eb61c48e8155cefd57593393 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 3 Apr 2024 14:41:28 +0700 Subject: [PATCH] Mention missing libraries --- docs/development.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/development.md b/docs/development.md index d9c3f7379..0c8f91f32 100644 --- a/docs/development.md +++ b/docs/development.md @@ -61,6 +61,8 @@ This will build Anki and run it in place. The first build will take a while, as it downloads and builds a bunch of dependencies. When the build is complete, Anki will automatically start. +If Anki fails to start, you may need to install [extra libraries](https://docs.ankiweb.net/platform/linux/missing-libraries.html). + ## Running tests/checks To run all tests at once, from the top-level folder: