Skip to content

Commit

Permalink
Update Dependencies.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidJourdan authored Aug 27, 2024
1 parent 6f70927 commit cf240a9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
```
sudo apt install xorg-dev libglu1-mesa-dev freeglut3-dev mesa-common-dev
```
Other dependencies (Python/Suitesparse):
```
sudo apt install python3-tk python3-virtualenv python3-pip python3-dev libsuitesparse-dev cmake git
```

# Fedora
```
sudo dnf install libXrandr-devel freeglut-devel xorg-x11-server-devel libXcursor-devel libXinerama-devel libXi-devel
```
```

0 comments on commit cf240a9

Please sign in to comment.