Install libtsm from asciinema's fork

element
Marcin Kulik 9 years ago
parent 39bb0a5915
commit b01046872d

@ -52,8 +52,8 @@ dependencies installed:
* PostgreSQL 8+ with libpq development headers
`sudo apt-get install postgresql libpq-dev` on Debian/Ubuntu
* libtsm
See [here](http://cgit.freedesktop.org/~dvdhrm/libtsm/tree/README) for installation instructions.
* asciinema's libtsm fork (`asciinema` branch)
See [here](https://github.com/asciinema/libtsm/blob/asciinema/README) for installation instructions.
If you don't install it now the setup script (point 4 below) will try to
install it for you anyway.

@ -7,8 +7,8 @@ if sudo apt-get install -y autoconf libtool pkg-config; then
echo "libtsm missing, compiling from source..."
DIR=$(mktemp -d -t tsmXXXXXX)
cd $DIR
git clone git://people.freedesktop.org/~dvdhrm/libtsm .
git checkout libtsm-3
git clone https://github.com/asciinema/libtsm.git .
git checkout asciinema
test -f ./configure || NOCONFIGURE=1 ./autogen.sh
./configure --prefix=/usr/local
make

Loading…
Cancel
Save