From 86d568c445053200a107fc9cc901bedb6cadf890 Mon Sep 17 00:00:00 2001 From: JediLuke <1879634+JediLuke@users.noreply.github.com> Date: Fri, 22 Nov 2024 11:52:21 -0800 Subject: [PATCH] update install instructions for Ubuntu 24 --- guides/install_dependencies.md | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/guides/install_dependencies.md b/guides/install_dependencies.md index 7f325544..c30de881 100644 --- a/guides/install_dependencies.md +++ b/guides/install_dependencies.md @@ -31,29 +31,17 @@ Some initial setup is required for windows. You'll need windows services for linux (WSL) and VcXsrv, [Jeffrey Borchert's article details these steps.](https://medium.com/@jeffborch/running-the-scenic-elixir-gui-framework-on-windows-10-using-wsl-f9c01fd276f6) -## On Ubuntu 16 +## On Ubuntu 24 The easiest way to install on Ubuntu is to use apt-get. Just run the following: ```bash sudo apt-get update -sudo apt-get install pkgconf libglfw3 libglfw3-dev libglew1.13 libglew-dev +sudo apt-get install pkgconf libgtk-3-0 libgtk-3-dev libsystemd-dev libwebp-dev libzstd-dev ``` Once these components have been installed, you should be able to build the -`scenic_driver_glfw` driver. - -## On Ubuntu 18 - -The easiest way to install on Ubuntu is to use apt-get. Just run the following: - -```bash -sudo apt-get update -sudo apt-get install pkgconf libglfw3 libglfw3-dev libglew2.0 libglew-dev -``` - -Once these components have been installed, you should be able to build the -`scenic_driver_glfw` driver. +`scenic_driver_local` driver. ## On Fedora