15 lines
211 B
Markdown
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
|
|
```
|