From 28e61ee4ec25c05a089ba4a0bb55f7cb0c06150d Mon Sep 17 00:00:00 2001 From: Jin Hai Date: Mon, 6 Jan 2020 17:40:28 +0800 Subject: [PATCH] [skip ci] Change Milvus c++ standard to c++17 (#932) * [skip ci]#668 - Update badge of README * Fix README.md * Fix README.md * Merge remote-tracking branch 'upstream/master' * #910 Change c++ standard to c++17 * Remove unused headers * #910 Change Milvus c++ standard to c++17 * #910 Change Milvus c++ standard to c++17 --- install.md => INSTALL.md | 1 + 1 file changed, 1 insertion(+) rename install.md => INSTALL.md (98%) diff --git a/install.md b/INSTALL.md similarity index 98% rename from install.md rename to INSTALL.md index 4051e4deb4..3eb544597e 100644 --- a/install.md +++ b/INSTALL.md @@ -13,6 +13,7 @@ If you encounter any problems/issues compiling Milvus from source, please refer If your operating system is not Ubuntu 18.04 or higher, we recommend you to pull a [docker image of Ubuntu 18.04](https://docs.docker.com/install/linux/docker-ce/ubuntu/) as your compilation environment. +- GCC 7.0 or higher to support C++17 - CMake 3.12 or higher ##### For GPU-enabled version, you will also need: