forked from alnux/repo
10 lines
195 B
Text
10 lines
195 B
Text
|
wget https://x.org/releases/individual/lib/libXcomposite-0.4.5.tar.bz2
|
||
|
tar -xf libXcomposite-0.4.5.tar.bz2
|
||
|
cd libXcomposite-0.4.5
|
||
|
|
||
|
./configure \
|
||
|
--prefix=/usr
|
||
|
|
||
|
make
|
||
|
make DESTDIR="$1" install
|