11 lines
187 B
Text
11 lines
187 B
Text
|
wget https://x.org/releases/individual/lib/libXdamage-1.1.5.tar.bz2
|
||
|
tar -xf libXdamage-1.1.5.tar.bz2
|
||
|
cd libXdamage-1.1.5
|
||
|
|
||
|
./configure \
|
||
|
--prefix=/usr
|
||
|
|
||
|
make
|
||
|
make DESTDIR="$1" install
|
||
|
|