Merge pull request #218 from Notnaton/main
Ubuntu 21+ wayland is not supported by some dependencies
This commit is contained in:
commit
eb2ede2489
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue