Install
ITS Tool uses the standard GNU build chain.
Download itstool, either from the git repository, or a package release.
-
If you cloned the git repository, you first need to run autogen.sh to create the configure script:
./autogen.sh
-
Run the configure script:
./configure
-
By default, configure installs packages to /usr/local. If you prefer to install to /usr, pass the --prefix option:
./configure --prefix=/usr
-
-
Run make:
make
-
As root, run make install:
su -c 'make install'
Or, on systems that use sudo:
sudo make install