install libtsm from freedesktop git repo

openid
Chia-liang Kao 11 years ago
parent a1c7e142f0
commit 844a879190

@ -7,8 +7,8 @@ then
echo "libtsm missing, compiling from source..."
DIR=$(mktemp -d -t tsmXXXXXX)
cd $DIR
git clone git://github.com/sickill/libtsm.git .
git checkout 7dfa43d
git clone git://people.freedesktop.org/~dvdhrm/libtsm .
git checkout e998bb
test -f ./configure || NOCONFIGURE=1 ./autogen.sh
./configure --prefix=/usr/local
make

Loading…
Cancel
Save