Skip to content

Commit

Permalink
update install instructions for Ubuntu 24
Browse files Browse the repository at this point in the history
  • Loading branch information
JediLuke committed Nov 22, 2024
1 parent 74bf560 commit 86d568c
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions guides/install_dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 86d568c

Please sign in to comment.