Readme: how to compile.
This commit is contained in:
parent
da8357f593
commit
2d7efc21fd
16
README.md
16
README.md
@ -18,6 +18,22 @@ Furthermore, this repository includes:
|
|||||||
- source code highlight (via the `source-highlight` software and a script)
|
- source code highlight (via the `source-highlight` software and a script)
|
||||||
- A makefile to automatically call every tool in right order; just type `make`!
|
- 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
|
# Preview
|
||||||
|
|
||||||
https://t.karchnu.fr/doc/grofftut.pdf
|
https://t.karchnu.fr/doc/grofftut.pdf
|
||||||
|
Loading…
Reference in New Issue
Block a user