Files
AeroPkg/assets/var/gnu/xterm.md
2026-07-22 04:29:56 +03:00

15 lines
211 B
Markdown

xterm
=
https://invisible-island.net/archives/xterm/xterm.tar.gz
``` sh *** build ***
./configure --prefix=$pkgpath LIBS="-ltinfo"
make -j$(nproc)
make install
```
``` cfg *** build deps ***
libxaw
libxft
```