diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -12,9 +12,9 @@ build system. ####Installing from source You can run Meson directly from a revision control checkout or an -extracted tarball. You can also install it locally with standard -Python distutils command `python3 setup.py install <your options -here>`. +extracted tarball. If you wish you can install it locally with the +standard Python distutils command `python3 setup.py install <your +options here>`. Meson is also available from [PyPi](https://pypi.python.org/pypi/meson), so it can be installed @@ -35,6 +35,8 @@ do things like this: `cd source_root; mkdir build; cd build; meson ..` +or + `cd source_root; mkdir build; meson build` To compile, cd into your build directory and type `ninja`. To run unit |