Skip to content

Commit

Permalink
basic document building instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Jan 23, 2024
1 parent 56fb4c4 commit 4e3edae
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,19 @@ opam install coq.8.18.0 coq-ott
```

To build when dependencies are installed, do:

```shell
git clone https://github.com/kth-step/abs-metatheory.git
cd abs-metatheory
make # or make -j <number-of-cores-on-your-machine>
```

To build a pdf documenting the project, ensure that `ott` and
TeX Live (`pdflatex`) are installed, and do:
```shell
make docs/report/main.pdf
```
Note that the source file to edit for this pdf is `docs/report/main.mng`.

## Documentation

- [latest technical report](https://kth-step.github.io/abs-metatheory/docs/report/main.pdf)
Expand Down
8 changes: 7 additions & 1 deletion meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,19 @@ build: |-
```
To build when dependencies are installed, do:
```shell
git clone https://github.com/kth-step/abs-metatheory.git
cd abs-metatheory
make # or make -j <number-of-cores-on-your-machine>
```
To build a pdf documenting the project, ensure that `ott` and
TeX Live (`pdflatex`) are installed, and do:
```shell
make docs/report/main.pdf
```
Note that the source file to edit for this pdf is `docs/report/main.mng`.
documentation: |-
## Documentation
Expand Down

0 comments on commit 4e3edae

Please sign in to comment.