aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2014-07-31 00:42:43 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2014-07-31 00:42:43 +0300
commit0f79b0336f5efed90c11a28d6274749c1292bc22 (patch)
treee20b8dfb60861918181c1f9a43902d3ddf7fe7e3
parent6af7f92ab3a4d3fd70efa93b377d88056b9cbf02 (diff)
downloadmeson-0f79b0336f5efed90c11a28d6274749c1292bc22.zip
meson-0f79b0336f5efed90c11a28d6274749c1292bc22.tar.gz
meson-0f79b0336f5efed90c11a28d6274749c1292bc22.tar.bz2
Contribution info.
-rw-r--r--readme.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 65f1d70..e9ba51c 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: