Readme: how to compile.

master
Karchnu 2022-01-07 16:33:14 +01:00
parent da8357f593
commit 2d7efc21fd
1 changed files with 16 additions and 0 deletions

View File

@ -18,6 +18,22 @@ Furthermore, this repository includes:
- source code highlight (via the `source-highlight` software and a script)
- A makefile to automatically call every tool in right order; just type `make`!
# How to compile
You need `groff` installed on your system, and `source-highlight` (or remove the right line in the makefile).
Then:
```sh
make
```
If you have `entr` on your system, you can also recompile your file each time you modify it:
```sh
make serve
```
Read the makefile for more options.
# Preview
https://t.karchnu.fr/doc/grofftut.pdf