Files
AeroPkg/assets/var/gnu/ell.md

11 lines
177 B
Markdown
Raw Normal View History

2025-11-18 19:46:36 +03:00
ell
=
git://git.kernel.org/pub/scm/libs/ell/ell.git
``` sh *** build ***
libtoolize && ./bootstrap &&
./configure --prefix=/pkg/gnu/ell &&
make -j$(nproc) && make install
```