From 832b39471512fa9543f981053573fb6b3342a396 Mon Sep 17 00:00:00 2001 From: peterbell10 Date: Fri, 22 Dec 2017 18:25:46 +0000 Subject: Fix Travis build (#4101) Stop using gdb on osx - was breaking the build Add clang 3.5 build as travis now defaults to 5.0 Fix unknown-warning-option errors on AppleClang ProtoProxy: Use nullptr UrlClientTest: add override to callback destructor Update jsoncpp to use nullptr --- COMPILING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'COMPILING.md') diff --git a/COMPILING.md b/COMPILING.md index 7ed7c7efc..4c6826f7e 100644 --- a/COMPILING.md +++ b/COMPILING.md @@ -77,7 +77,7 @@ Install git, make, cmake and clang (or gcc), using your platform's package manag ``` sudo apt-get install git make cmake clang ``` -Ensure that you have modern C++ compiler and linker (Clang 3.4+, GCC 4.8+, or VS 2013+). +Ensure that you have modern C++ compiler and linker (Clang 3.5+, GCC 4.8+, or VS 2013+). ### Getting the Source -- cgit v1.2.3