Mention the Building#FAQ wiki page for common issues.
This commit is contained in:
parent
cd5623ca86
commit
3fc66eda9f
4
README
4
README
|
@ -99,6 +99,10 @@ See INSTALL or the following wiki page for more (OS-specific) instructions:
|
||||||
|
|
||||||
http://sigrok.org/wiki/Building
|
http://sigrok.org/wiki/Building
|
||||||
|
|
||||||
|
Please also check the following wiki page in case you encounter any issues:
|
||||||
|
|
||||||
|
http://sigrok.org/wiki/Building#FAQ
|
||||||
|
|
||||||
|
|
||||||
Device-specific issues
|
Device-specific issues
|
||||||
----------------------
|
----------------------
|
||||||
|
|
|
@ -63,11 +63,13 @@ CXXMACROVERSION=$(
|
||||||
if [ "x$CXXMACROVERSION" = "x" ]; then
|
if [ "x$CXXMACROVERSION" = "x" ]; then
|
||||||
echo "--- Warning: AX_CXX_COMPILE_STDCXX_11 macro not found."
|
echo "--- Warning: AX_CXX_COMPILE_STDCXX_11 macro not found."
|
||||||
echo "--- You won't be able to build the language bindings!"
|
echo "--- You won't be able to build the language bindings!"
|
||||||
|
echo "--- More info: http://sigrok.org/wiki/Building#FAQ"
|
||||||
fi
|
fi
|
||||||
if [ "x$CXXMACROVERSION" != "x" ] && [ "$CXXMACROVERSION" -lt 4 ]; then
|
if [ "x$CXXMACROVERSION" != "x" ] && [ "$CXXMACROVERSION" -lt 4 ]; then
|
||||||
echo "--- Warning: AX_CXX_COMPILE_STDCXX_11 macro is too old."
|
echo "--- Warning: AX_CXX_COMPILE_STDCXX_11 macro is too old."
|
||||||
echo "--- (found version $CXXMACROVERSION, at least 4 is required)"
|
echo "--- (found version $CXXMACROVERSION, at least 4 is required)"
|
||||||
echo "--- You won't be able to build the language bindings!"
|
echo "--- You won't be able to build the language bindings!"
|
||||||
|
echo "--- More info: http://sigrok.org/wiki/Building#FAQ"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
autoheader || exit 1
|
autoheader || exit 1
|
||||||
|
|
Loading…
Reference in New Issue