Dependencies
============

Besides standard libraries Htlc uses the following software:

Qt: https://doc.qt.io

Qt and its development packages are included in every GNU/Linux distribution. 


How to compile this package
===========================

1. Open a command shell in the directory where the package was unpacked.

2.a. If you want to build in the same directory: Execute the command

     qmake htlc.pro
     
2.b. If you wan to build in another directory: Execute the command

     qmake -o _path_to_directory_/Makefile htlc.pro

   Both commands create the file 'Makefile'.

3. Change to the directory with the file 'Makefile'. Execute the command

   make
   
4. The following files will be created:

   htlc      (Executable program)
   htlc.pdf  (Documentation as PDF file)
   htlc.info (Documentation as GNU Info file)
   thlc.html (Documentation as HTMl file)
   
