- Using our install script
- Running a couple of commands
Both methods install TSAL by default in /usr/lib. If you want to specify the installation directory, we advise you to use method 2.
- clone the TSAL repository
- cd into the cloned folder
- run
./install-ubuntu.sh
Follow these steps on your terminal:
autoreconf -vi
./configure
make
make install
If you want to specify your installation directory use:
./configure --prefix=installdirectory
instead of ./configure replacing installdirectory with your desired path.