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