Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README: nicer deps formatting & linkify license #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,14 @@ These dependencies will be installed (if not present) during the installation of

## Prerequisites

To use `pandoc-gpp` some packages are required : **python** (version 2.6 is ok). It's needed to run `pandoc-gpp` (which is written in python), **python-dev**, **python-cairo**, **gpp**, **build-essential** (you need a gcc compiler), **libxslt1-dev** (cairosvg needs lxml which needs xslt and libxml2)
To use `pandoc-gpp` some packages are required :

* **python** (version 2.6 is ok) is needed to run `pandoc-gpp` (which is written in python)
* **python-dev**
* **python-cairo**
* **gpp**
* **build-essential** (you need a gcc compiler)
* **libxslt1-dev** (`cairosvg` needs `lxml` which needs `xslt` and `libxml2`)

## Installation

Expand All @@ -43,4 +50,4 @@ However, some macros only include code (so it's up to you to make included code

# License

This software is licensed under the AGPL v3.0 License. See the `COPYING` file in the top distribution directory for the full license text.
This software is licensed under the AGPL v3.0 License. See the [COPYING](COPYING) file in the top distribution directory for the full license text.