Skip to content

Files

Latest commit

bdb9b1c · Dec 23, 2017

History

History
32 lines (17 loc) · 1.05 KB

README.md

File metadata and controls

32 lines (17 loc) · 1.05 KB

Dwarf Therapist Guide

Build Status

This guide, originally created by ResidentMario, explains how to use Dwarf Therapist from basics to advanced features.

Building

Installing dependencies

Debian/Ubuntu:

sudo apt-get install cmake imagemagick texlive-latex-extra

Fedora:

sudo dnf install cmake ImageMagick texlive-bibtex texlive-cm texlive-latex-bin texlive-makeindex texlive-mfware texlive-preprint texlive-sidecap texlive-wrapfig

Building using cmake

mkdir build
cd build
cmake ..
make

Linux users can install the manual at the appropriate location for Dwarf Therapist to find by adding -DCMAKE_INSTALL_PREFIX=... option to cmake with the same prefix used by Dwarf Therapist build and then running make install (or sudo make install, if the chosen prefix requires root permission).