From be35885ed2abf7454dfe442ea4b97629de8ff1fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Solbj=C3=B8rg?= <4324290+Notnaton@users.noreply.github.com> Date: Tue, 2 Apr 2024 22:10:23 +0200 Subject: [PATCH] Ubuntu 21+ dependencies not supporting wayland --- docs/getting-started/setup.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/setup.mdx b/docs/getting-started/setup.mdx index 00c84249..ae2aa1c4 100644 --- a/docs/getting-started/setup.mdx +++ b/docs/getting-started/setup.mdx @@ -23,7 +23,7 @@ There are a few packages that need to be installed in order to run 01OS on your # MacOS brew install portaudio ffmpeg cmake -# Ubuntu +# Ubuntu (wayland not supported, only ubuntu 20.04 and below) sudo apt-get install portaudio19-dev ffmpeg cmake # Install poetry