-
-
Notifications
You must be signed in to change notification settings - Fork 22
Home
Ivan Max edited this page Aug 30, 2023
·
6 revisions
The glibc-packages repository stores the sources for compiling a package and also compiles those packages based on Glibc for Termux.
Note: at the moment only the gpkg-dev
repo is accessible, the gpkg
repo is under development and is not available for use.
Note: this step is required if you are using apt as your primary package manager.
pkg install pacman
pacman-key --init
pacman-key --populate
pacman -Syu
pacman -S gpkg-dev
After installing glibc
, you will have access to the grun
(glibc-runner) command, read more about the command here.