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

15 lines
211 B
Markdown
Raw Normal View History

2026-07-22 04:29:56 +03:00
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
```