File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -46,17 +46,19 @@ Overview of the distribution:
46
46
sigc++/adaptors/ source for library (various adaptors)
47
47
sigc++/adaptors/macros/ .m4 files used to auto-generate source files
48
48
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
50
53
51
54
tests/ programs testing and verifying proper behaviour
52
55
53
56
MSVC_NMake/ NMake Makefiles for building the library with MSVC++ 2013 and later
57
+ See MSVC_NMake/README.txt
54
58
55
59
56
60
Compatibility:
57
61
58
62
Compatible compilers must support C++11, such as the decltype() specifier.
59
63
60
64
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.
You can’t perform that action at this time.
0 commit comments