diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2016-03-24 18:13:32 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2016-03-24 18:13:32 +0200 |
commit | 7019daaab04cac0be83451055e267ad7d6b1c5f6 (patch) | |
tree | a0e7cbb7ea097731b503588a1990f0121202ac43 /README.md | |
parent | 317a735b07f55f787256592ad7b376998b26234c (diff) | |
download | meson-7019daaab04cac0be83451055e267ad7d6b1c5f6.zip meson-7019daaab04cac0be83451055e267ad7d6b1c5f6.tar.gz meson-7019daaab04cac0be83451055e267ad7d6b1c5f6.tar.bz2 |
Binary name clarification.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -31,6 +31,10 @@ called 'meson.build'. To generate the build system run this command: `meson <source directory> <build directory>` +Depending on how you obtained Meson the command might also be called +`meson.py` instead of plain `meson`. In the rest of this document we +are going to use the latter form. + You can omit either of the two directories, and Meson will substitute the current directory and autodetect what you mean. This allows you to do things like this: |