From 90ebe5aea47d983dfaeace8fd64041151c15ed11 Mon Sep 17 00:00:00 2001 From: Harsha Vardhan Simhadri Date: Fri, 21 May 2021 10:43:28 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b2fc1059e..7fd3007d9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ See [guidelines](CONTRIBUTING.md) for contributing to this project. -##Linux build: +## Linux build: Install the following packages through apt-get, and Intel MKL either by downloading the installer or using [apt](https://software.intel.com/en-us/articles/installing-intel-free-libs-and-python-apt-repo) (we tested with build 2019.4-070). ``` @@ -24,7 +24,7 @@ Build mkdir build && cd build && cmake .. && make -j ``` -##Windows build: +## Windows build: The Windows version has been tested with the Enterprise editions of Visual Studio 2017 and Visual Studio 2019. It should work with the Community and Professional editions as well without any changes. @@ -65,7 +65,7 @@ msbuild diskann.sln Check msbuild docs for additional options including choosing between debug and release builds. -##Usage: +## Usage: We now detail the main binaries using which one can build and search indices which reside in memory as well as SSD-resident indices.