File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
* libxml++ is a C++ wrapper for the <a href="http://xmlsoft.org/">libxml2</a> XML parser and builder library. It presents a
15
15
* simple C++-like API that can achieve common tasks with less code.
16
16
*
17
- * See also the <a href="https://developer-old.gnome.org/libxml++-tutorial/stable/ ">libxml++ Tutorial</a>
17
+ * See also the <a href="https://libxmlplusplus.github.io/libxmlplusplus/manual/html/index.html ">libxml++ Tutorial</a>
18
18
* and the <a href="https://libxmlplusplus.github.io/libxmlplusplus/">libxml++ website</a>.
19
19
*
20
20
* @section features Features
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ project_build_root = meson.project_build_root()
44
44
cpp_compiler = meson .get_compiler(' cpp' )
45
45
is_msvc = cpp_compiler.get_id() == ' msvc'
46
46
47
- python3 = find_program (' python3' , version : ' >=3.5 ' )
47
+ python3 = find_program (' python3' , version : ' >=3.7 ' )
48
48
49
49
# Do we build from a git repository?
50
50
# Suppose we do if and only if the meson.build file is tracked by git.
You can’t perform that action at this time.
0 commit comments