Go to file
Jussi Pakkanen 5e12c03db6 Merge pull request #339 from martin-ejdestig/cpp_std_trivial_fixes
cpp_std trivial fixes
2015-12-28 18:31:11 +02:00
cross Added cpu family property to system information. 2015-10-18 01:08:04 +03:00
data rpm macros: export *FLAGS 2015-10-30 16:57:23 +01:00
graphics Logo tweaking. 2015-07-04 01:58:57 +03:00
man Bump version number for release. 2015-11-25 19:55:04 +02:00
manual tests Fix manual tests using host.name() 2015-10-13 14:56:05 +02:00
modules Moved pkg-config to a module so we no longer need special case code in core for it. 2015-12-23 15:10:27 +02:00
test cases Fixed some tests for new stricter options and OSX. 2015-12-27 22:51:51 +02:00
tools A few more checks for converter. 2015-11-20 12:33:09 +02:00
.gitattributes Created a git attributes file. 2014-06-07 15:03:40 +03:00
.gitignore Made run_tests.py output test results in junit xml to allow better integration with CI tools. 2015-03-25 17:32:58 +02:00
COPYING Start of project. 2012-12-23 16:35:35 +02:00
authors.txt Add myself to authors.txt 2015-12-27 21:50:10 +01:00
backends.py Moved pkg-config to a module so we no longer need special case code in core for it. 2015-12-23 15:10:27 +02:00
build.py Moved pkg-config to a module so we no longer need special case code in core for it. 2015-12-23 15:10:27 +02:00
commandrunner.py Wait properly. 2015-10-19 22:10:14 +03:00
compilers.py Replace c++1y with c++14 as a choice for cpp_std 2015-12-27 12:06:33 +01:00
contributing.txt trivial: fix urls after repo migration 2015-06-16 14:55:14 +03:00
coredata.py Added possibility to have multiple test suites so you can run only a subset of tests. Closes #325. 2015-12-09 18:00:06 +02:00
create_release.sh Bump version number for release. 2015-03-31 01:00:48 +03:00
delwithsuffix.py Harmonised copyright declarations. 2014-11-16 20:19:12 +02:00
dependencies.py Boost win detection tuning. 2015-12-27 10:32:13 +02:00
depfixer.py depfixer: Instance of XXX has no XXX member 2015-06-21 15:44:29 +03:00
dirchanger.py Reworked swift code so now can use multiple source files in one target. 2015-12-10 21:49:41 +02:00
environment.py Detection works with more vs versions. Closes #332. 2015-12-13 21:02:34 +02:00
gtkdochelper.py Can use built exes in custom targets. 2015-11-19 16:16:36 +02:00
install_meson.py Minor cleanup for consistency. 2015-09-20 13:46:58 +03:00
interpreter.py Use set_value to preserve option invariants. 2015-12-27 19:10:45 +02:00
meson.py Make it working on python 3.3 2015-12-04 10:17:49 +01:00
meson_benchmark.py Can define benchmarks and run them. 2015-11-25 23:29:06 +02:00
meson_install.py Allow more than one install script and make gtkdoc method return one. 2015-08-02 13:49:11 +03:00
meson_test.py Some text format fixes. 2015-12-11 01:28:19 +02:00
mesonconf.py Added support for extended command line to overcome OS command line length limitation 2015-11-28 21:26:56 +02:00
mesongui.py Refactored option classes to mesonlib. 2015-10-04 02:18:26 +03:00
mesonintrospect.py Added possibility to have multiple test suites so you can run only a subset of tests. Closes #325. 2015-12-09 18:00:06 +02:00
mesonlib.py Added support for extended command line to overcome OS command line length limitation 2015-11-28 21:26:56 +02:00
mesonmain.ui Display options in a form. 2013-09-29 18:17:07 +03:00
mesonrunner.ui UI file for external program runner. 2013-09-27 22:12:55 +03:00
mesonstart.ui Set up directories with launcher. 2013-09-29 19:35:39 +03:00
mlog.py Do not invoke linker via cmd /c on Windows. 2015-05-17 15:23:33 +03:00
mparser.py Add support for subscripting array objects with []. 2015-08-19 23:34:49 +03:00
ninjabackend.py Boost win detection tuning. 2015-12-27 10:32:13 +02:00
optinterpreter.py Enhance mesonconfig.py help 2015-11-09 14:45:05 -08:00
readme.txt Make it working on python 3.3 2015-12-04 10:17:49 +01:00
regen_checker.py Bump version number for new development. 2015-11-25 20:42:23 +02:00
run_cross_test.py Fix cross compilation tests. 2015-05-09 16:17:20 +03:00
run_tests.py Make vs dependency detector work on non-english locales. 2015-12-18 17:30:30 +02:00
symbolextractor.py More robust windows detection and more logs. 2015-08-25 23:09:54 +03:00
vcstagger.py added support for optional custom command and replace_string parameter of vcs_tag 2015-02-11 03:27:40 +01:00
vs2010backend.py Fix incorrect private_dir_abs method. 2015-12-12 01:34:58 +02:00
wrap.py Write source file immediately after checksum verification. 2015-12-03 13:50:37 +02:00
wraptool.py Use plain http connections to wrapdb when ssl is not working (i.e. on OSX). 2015-11-19 17:28:39 +02:00
xcodebackend.py Some xcodefixes. 2015-12-24 23:30:22 +02:00

readme.txt

Meson® is project to create the best possible next-generation
build system.


Dependencies

Python   http://python.org (version 3.3 or newer)
Ninja    http://martine.github.com/ninja/


Installing from source

You can run Meson directly from a revision control checkout or an
extracted tarball.  Installing it system-wide is simple.

Configure step: None
Compile step:   None
Unit test step: ./run_tests.py
Install step:   [sudo] ./install_meson.py --prefix /your/prefix --destdir /destdir/path

The default value of prefix is /usr/local. The default value of destdir
is empty. 


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
called 'meson.build'. To generate the build system run this command:

meson <source directory> <build directory>

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:

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
tests, type 'ninja test'.

Install is the same but it can take an extra argument:

DESTDIR=/destdir/path ninja install

DESTDIR can be omitted. If you are installing to system directories,
you may need to run this command with sudo.


Contributing

We love code contributions. See the contributing.txt file for
details.


IRC

The irc channel for Meson is #mesonbuild over at freenode.


Further info

The home page of Meson can be found here:

http://mesonbuild.com

Meson is a registered trademark of Jussi Pakkanen