From d2657fb39654b9680f731dc50ba5e5ebcfab3b04 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 28 Feb 2016 23:37:36 +0200 Subject: Readme linkification. --- README.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7b3ac20..0a87be1 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,20 @@ build system. ####Dependencies - - Python http://python.org (version 3.4 or newer) - - Ninja http://martine.github.com/ninja/ - + - [Python](http://python.org) (version 3.4 or newer) + - [Ninja](http://martine.github.com/ninja/) ####Installing from source + You can run Meson directly from a revision control checkout or an -extracted tarball. Meson is also available from PyPi, so it can -be installed with 'pip install meson'. +extracted tarball. You can also install it locally with standard +Python distutils command `python3 setup.py install `. + +Meson is also available from +[PyPi](https://pypi.python.org/pypi/meson), so it can be installed +with `pip install meson` (this does not require a source checkout, pip +will download the package automatically). ####Running @@ -49,13 +55,12 @@ details. IRC -The irc channel for Meson is #mesonbuild over at freenode. +The irc channel for Meson is `#mesonbuild` over at Freenode. ####Further info -The home page of Meson can be found here: - -http://mesonbuild.com +More information about the Meson build system can be found at the +[project's home page](http://mesonbuild.com). Meson is a registered trademark of Jussi Pakkanen -- cgit v1.1