pranayjoshi / workshop

Source, data and docs for the pgRouting workshop

Home Page:https://workshop.pgrouting.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pgRouting Workshop

Install

For building HTML documentation you need the following packages:

sudo apt update
sudo apt install cmake python-pip
sudo pip install -r REQUIREMENTS.txt

For building the documentation as PDF the following packages need to be installed:

sudo apt install texlive-latex-extra

For translations (needs to be confirmed):

sudo apt install texinfo

Build

To build the workshop documentation with all further steps, go into docs directory and run::

cd docs
make html

To build the documentation as PDF:

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.

Supported by

About

Source, data and docs for the pgRouting workshop

https://workshop.pgrouting.org

License:Other


Languages

Language:Shell 100.0%