From a55cb9fe7ed1926e61f9e40a59eb1a282ddd6d32 Mon Sep 17 00:00:00 2001 From: Lutkin Wang Date: Wed, 26 Feb 2020 11:56:16 +0800 Subject: [PATCH] Add Git as a requirement for compilation (#1378) * Update INSTALL.md Add Git as a requirement. Signed-off-by: Lutkin Wang * Update CHANGELOG.md Signed-off-by: Lutkin Wang --- CHANGELOG.md | 2 +- INSTALL.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e5ae4fd..376b5cfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,7 +53,7 @@ Please mark all change in change log and use the issue from GitHub - \#1002 - Rename minio to s3 in Storage Config section - \#1078 - Move 'insert_buffer_size' to Cache Config section - \#1105 - Error message is not clear when creating IVFSQ8H index without gpu resources -- \#740, #849, #878, #972, #1033, #1161, #1173, #1199, #1190, #1223, #1222, #1257, #1264, #1269, #1164, #1304, #1324 - Various fixes and improvements for Milvus documentation. +- \#740, #849, #878, #972, #1033, #1161, #1173, #1199, #1190, #1223, #1222, #1257, #1264, #1269, #1164, #1303, #1304, #1324 - Various fixes and improvements for Milvus documentation. - \#1320 - Remove debug logging from faiss ## Task diff --git a/INSTALL.md b/INSTALL.md index 030da062..a94d6aa1 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -27,10 +27,11 @@ - Ubuntu 18.04 or higher - CentOS 7 - If your operating system does not meet the requirements, we recommend that you pull a Docker image of [Ubuntu 18.04](https://docs.docker.com/install/linux/docker-ce/ubuntu/) or [CentOS 7](https://docs.docker.com/install/linux/docker-ce/centos/) as your compilation environment. + > Note: If your operating system does not meet the requirements, we recommend that you pull a Docker image of [Ubuntu 18.04](https://docs.docker.com/install/linux/docker-ce/ubuntu/) or [CentOS 7](https://docs.docker.com/install/linux/docker-ce/centos/) as your compilation environment. - GCC 7.0 or higher to support C++ 17 - CMake 3.12 or higher +- Git For GPU-enabled version, you will also need: -- GitLab