diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2016-02-28 23:45:10 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2016-02-28 23:45:10 +0200 |
commit | cb0b9b79f49b84650502bb81d671321a25109778 (patch) | |
tree | c1ccb56eb626bce9d811a3efbc9041603d15e75d | |
parent | e0a23a7f6abb2d8ff452235e86e12a829960448b (diff) | |
download | meson-cb0b9b79f49b84650502bb81d671321a25109778.zip meson-cb0b9b79f49b84650502bb81d671321a25109778.tar.gz meson-cb0b9b79f49b84650502bb81d671321a25109778.tar.bz2 |
Oh, and one more thing.
-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 |