From: Uwe Hermann Date: Sat, 3 Jan 2015 16:38:06 +0000 (+0100) Subject: Mention the Building#FAQ wiki page for common issues. X-Git-Tag: libsigrok-0.4.0~697 X-Git-Url: http://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=3fc66eda9f62ed5520e237ad6bad036d27bf96c2 Mention the Building#FAQ wiki page for common issues. --- diff --git a/README b/README index 7ca82056..d5fb8832 100644 --- a/README +++ b/README @@ -99,6 +99,10 @@ See INSTALL or the following wiki page for more (OS-specific) instructions: 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 ---------------------- diff --git a/autogen.sh b/autogen.sh index 8685c3c8..faa02353 100755 --- a/autogen.sh +++ b/autogen.sh @@ -63,11 +63,13 @@ CXXMACROVERSION=$( if [ "x$CXXMACROVERSION" = "x" ]; then echo "--- Warning: AX_CXX_COMPILE_STDCXX_11 macro not found." echo "--- You won't be able to build the language bindings!" + echo "--- More info: http://sigrok.org/wiki/Building#FAQ" fi if [ "x$CXXMACROVERSION" != "x" ] && [ "$CXXMACROVERSION" -lt 4 ]; then echo "--- Warning: AX_CXX_COMPILE_STDCXX_11 macro is too old." echo "--- (found version $CXXMACROVERSION, at least 4 is required)" echo "--- You won't be able to build the language bindings!" + echo "--- More info: http://sigrok.org/wiki/Building#FAQ" fi autoheader || exit 1