# Sailfish-documentation **Repository Path**: mlinuxmq/Sailfish-documentation ## Basic Information - **Project Name**: Sailfish-documentation - **Description**: Sailfish Documentation - **Primary Language**: Java - **License**: CC-BY-SA-4.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-02 - **Last Updated**: 2024-06-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This repository contains sources for the Sailfish Reference Manual written and Copyright (c) 2014, Laurel Newman. See the file `LICENSE.txt` for licensing terms. To produce the documentation contained here, the following tools are needed 1. LaTeX distribution including the TeX engine, pdflatex, and htlatex (tex4ht). 2. Ghostscript (used by pdflatex and htlatex). 3. Image Magick (used by pdflatex, htlatex, and the make procedures). 4. A JDK and JRE for comiling and running Java (used to make simulated LCD screen snapshots). 5. Any tools, libraries, etc. needed by the above. To build the documenation, just issue the command make from the top-level directory. The final `sailfish-reference.pdf` and `sailfish-reference.html` file (plus linked pages and images) will be output to the directory `doc/output/`. The command make clean may be used to remove all intermediate and final files.