summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2020-01-13 15:12:11 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2020-01-13 15:12:11 +0100
commit0fe2900acfce741932bfc2c3a7eeb4c01c1a25b5 (patch)
treee19f99c53e6fcee9acf1a92063bee96b02cc2624
parentfcfe5c21e3fa507b09ec44d670f244945c688b73 (diff)
downloadsigc++-0fe2900acfce741932bfc2c3a7eeb4c01c1a25b5.tar.gz
README: Describe building with Meson
-rw-r--r--README8
1 files changed, 5 insertions, 3 deletions
diff --git a/README b/README
index 08d75ea..5515a7d 100644
--- a/README
+++ b/README
@@ -46,11 +46,15 @@ Overview of the distribution:
sigc++/adaptors/ source for library (various adaptors)
sigc++/adaptors/macros/ .m4 files used to auto-generate source files
- build/ auxiliary files for building
+ build/ auxiliary files for building with Autotools
+
+ untracked/ auxiliary files for building with Meson
+ See untracked/README
tests/ programs testing and verifying proper behaviour
MSVC_NMake/ NMake Makefiles for building the library with MSVC++ 2013 and later
+ See MSVC_NMake/README.txt
Compatibility:
@@ -58,5 +62,3 @@ Compatibility:
Compatible compilers must support C++11, such as the decltype() specifier.
All releases are tested with the gcc (g++) compiler.
- Release 2.3.2 has been tested with gcc 4.8.2, clang 3.4 and MS Visual C++ 2010.
- Release 2.5.1 has been tested with gcc 4.9.2, clang 3.6.0 and MS Visual C++ 2013.