Skip to content

Commit 0fe2900

Browse files
committed
README: Describe building with Meson
1 parent fcfe5c2 commit 0fe2900

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,19 @@ Overview of the distribution:
4646
sigc++/adaptors/ source for library (various adaptors)
4747
sigc++/adaptors/macros/ .m4 files used to auto-generate source files
4848

49-
build/ auxiliary files for building
49+
build/ auxiliary files for building with Autotools
50+
51+
untracked/ auxiliary files for building with Meson
52+
See untracked/README
5053

5154
tests/ programs testing and verifying proper behaviour
5255

5356
MSVC_NMake/ NMake Makefiles for building the library with MSVC++ 2013 and later
57+
See MSVC_NMake/README.txt
5458

5559

5660
Compatibility:
5761

5862
Compatible compilers must support C++11, such as the decltype() specifier.
5963

6064
All releases are tested with the gcc (g++) compiler.
61-
Release 2.3.2 has been tested with gcc 4.8.2, clang 3.4 and MS Visual C++ 2010.
62-
Release 2.5.1 has been tested with gcc 4.9.2, clang 3.6.0 and MS Visual C++ 2013.

0 commit comments

Comments
 (0)