Install libtsm from "libtsm-3" tag
This commit is contained in:
parent
6d466a51e5
commit
d9a754685a
@ -9,7 +9,7 @@ if [ ! -e /usr/local/lib/libtsm.a ]; then
|
||||
DIR=$(mktemp -d -t tsmXXXXXX)
|
||||
cd $DIR
|
||||
git clone git://people.freedesktop.org/~dvdhrm/libtsm .
|
||||
git checkout bb4e454
|
||||
git checkout libtsm-3
|
||||
test -f ./configure || NOCONFIGURE=1 ./autogen.sh
|
||||
./configure --prefix=/usr/local
|
||||
make
|
||||
|
Loading…
Reference in New Issue
Block a user