Compilation and Installation

PrevInstallation

Compilation and Installation

In order to compile and install on your system, extract the package Quinatlign and type the following commands in the base directory of the Quiantlign distribution:

      % tar xzf ktritoc-1.0.tar.gz   
      % cd ktritoc-1.0
      % ./configure
      % make
      as root:
      % make install
      otherwise:
      % su -c 'make install'
      or if you do not have installation rights:
      % cd ktritoc/ktritoc
      % ./ktritoc
    

Since kTritoc uses autoconf and automake you should have no trouble compiling it.

PrevHome
Requirements Up