From eafa704ca5d6b4f36d62769cc53cf63d0568901b Mon Sep 17 00:00:00 2001 From: SteveLauC Date: Mon, 25 Aug 2025 16:22:11 +0800 Subject: [PATCH] docs: doc dylib dependencies in install doc (#885) Update the installaction document [1] to mention that we have some dynamic libraries that need to be installed as well. [1]: https://docs.infinilabs.com/coco-app/main/docs/getting-started/installation/ubuntu/ --- docs/content.en/docs/getting-started/installation/ubuntu.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/content.en/docs/getting-started/installation/ubuntu.md b/docs/content.en/docs/getting-started/installation/ubuntu.md index b1a2617e..c9a9aba6 100644 --- a/docs/content.en/docs/getting-started/installation/ubuntu.md +++ b/docs/content.en/docs/getting-started/installation/ubuntu.md @@ -13,6 +13,12 @@ asciinema: true [x11_protocol]: https://en.wikipedia.org/wiki/X_Window_System [if_x11]: https://unix.stackexchange.com/q/202891/498440 +## Install dependencies + +```sh +$ sudo apt-get update +$ sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf xdg-utils libtracker-sparql-3.0-dev +``` ## Go to the download page