Skip to content

Commit

Permalink
Add libxcursor-dev to Linux manual instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
patricia-gallardo committed Mar 20, 2024
1 parent babe4bb commit ade463c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/exercises/31_exercises.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ brew install cmake ninja pkg-config
<summary>Ubuntu 22.04 or newer</summary>

```bash
sudo apt install -y build-essential clang-12 cmake g++-10 git libgl1-mesa-dev libudev-dev libx11-dev libxi-dev libxrandr-dev ninja-build pkg-config tar unzip zip
sudo apt install -y build-essential clang-12 cmake g++-10 git libgl1-mesa-dev libudev-dev libx11-dev libxcursor-dev libxi-dev libxrandr-dev ninja-build pkg-config tar unzip zip
```

#### Install Visual Studio Code
Expand Down

0 comments on commit ade463c

Please sign in to comment.