10 lines
183 B
Markdown
10 lines
183 B
Markdown
|
|
libxrender 0.9.12
|
||
|
|
=
|
||
|
|
https://www.x.org/releases/individual/lib/libXrender-0.9.12.tar.xz
|
||
|
|
|
||
|
|
``` sh *** build ***
|
||
|
|
./configure --prefix=/pkg/gnu/libxrender
|
||
|
|
make -j$(nproc)
|
||
|
|
make install
|
||
|
|
```
|