repo/libXcursor/build

9 lines
186 B
Text
Executable file

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