From 0f79b0336f5efed90c11a28d6274749c1292bc22 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Thu, 31 Jul 2014 00:42:43 +0300 Subject: [PATCH] Contribution info. --- readme.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 65f1d7099..e9ba51cf5 100644 --- a/readme.txt +++ b/readme.txt @@ -1,11 +1,13 @@ Meson is project to create the best possible next-generation build system. + Dependencies Python 3.3: http://python.org Ninja: http://martine.github.com/ninja/ + Installing from source You can run Meson directly from a revision control checkout or an @@ -19,7 +21,8 @@ Install step: [sudo] ./install_meson.py --prefix /your/prefix --destdir /destd The default value of prefix is /usr/local. The default value of destdir is empty. -Running: + +Running Meson requires that you have a source directory and a build directory and that these two are different. In your source root must exist a file @@ -45,6 +48,13 @@ DESTDIR can be omitted. If you are installing to system directories, you may need to run this command with sudo. +Contributing + +We love community contributions. There are two simple ways to submit your +patches. The preferred way is to send a github pull request. You can +also send patches as emails to the Meson mailing list. + + Further info The home page of Meson can be found here: