-
Notifications
You must be signed in to change notification settings - Fork 0
Linux
mozahzah edited this page Feb 9, 2025
·
2 revisions
FreeType is available via both apt and dnf package managers. To install it, follow these steps:
-
Install GLFW3:
- Using apt:
sudo apt install libfreetype6 libfreetype6-dev
- Using dnf:
sudo dnf install freetype freetype-devel
- Using apt:
-
Verify Installation:
- Using apt:
dpkg -l | grep libfreetype
- Using dnf:
dnf list --installed freetype-devel
- Using apt:
GLFW3 is available through both the apt and dnf package managers. To install it, follow these steps:
-
Install GLFW3:
- Using apt:
sudo apt install libglfw3 libglfw3-dev
- Using dnf:
sudo dnf install glfw-devel
- Using apt:
-
Verify Installation:
- Using apt:
dpkg -l | grep libglfw
- Using dnf:
dnf list --installed glfw-devel
- Using apt:
This work is licensed under SPDX-License-Identifier: GPL-2.0-only
Copyright © Interactive Echoes. All rights reserved.