aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: