diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2016-02-28 23:38:34 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2016-02-28 23:38:34 +0200 |
commit | e0a23a7f6abb2d8ff452235e86e12a829960448b (patch) | |
tree | 414b98d16f09db358defdf77d5d7c73d78935f10 | |
parent | d2657fb39654b9680f731dc50ba5e5ebcfab3b04 (diff) | |
download | meson-e0a23a7f6abb2d8ff452235e86e12a829960448b.zip meson-e0a23a7f6abb2d8ff452235e86e12a829960448b.tar.gz meson-e0a23a7f6abb2d8ff452235e86e12a829960448b.tar.bz2 |
A few more tweaks.
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -34,6 +34,7 @@ the current directory and autodetect what you mean. This allows you to do things like this: `cd source_root; mkdir build; cd build; meson ..` + `cd source_root; mkdir build; meson build` To compile, cd into your build directory and type `ninja`. To run unit @@ -53,7 +54,7 @@ We love code contributions. See the contributing.txt file for details. -IRC +####IRC The irc channel for Meson is `#mesonbuild` over at Freenode. |