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