Oh, and one more thing.

pull/423/head
Jussi Pakkanen 9 years ago
parent e0a23a7f6a
commit cb0b9b79f4
  1. 8
      README.md

@ -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

Loading…
Cancel
Save