forked from alnux/repo
9 lines
174 B
Text
Executable file
9 lines
174 B
Text
Executable file
wget https://x.org/releases/individual/lib/libXft-2.3.3.tar.bz2
|
|
tar -xf libXft-2.3.3.tar.bz2
|
|
cd libXft-2.3.3
|
|
|
|
./configure \
|
|
--prefix=/usr
|
|
|
|
make
|
|
make DESTDIR="$1" install
|