Skip to content

Commit

Permalink
Refining Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Nov 7, 2024
1 parent 5f0c4d6 commit 8878899
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,31 +21,26 @@
### Build the workshop:

```bash
cd docs
dropdb city_routing
mkdir build
cd build
cmake ..
make html
cd ..
```

### Building PDF

Install prerequisite:
```bash
sudo apt-get install texlive-latex-extra
```

To build the documentation as PDF:

```bash
cd docs
make latexpdf
cd _build/latex/
pdflatex -interaction=nonstopmode pgRoutingWorkshop.tex
```

## License

This workshop is licensed under a [Creative Commons Attribution-Share Alike 3.0 License](http://creativecommons.org/licenses/by-sa/3.0/).

## Supported by

* [Georepublic](https://georepublic.info)
* [iMaptools](http://imaptools.com)
* [Paragon Corporation](https://www.paragoncorporation.com)
* [erosion](https://www.erosion.dev)

0 comments on commit 8878899

Please sign in to comment.