This commit is contained in:
Terry Kim 2019-12-19 17:13:20 -08:00 коммит произвёл GitHub
Родитель 4966673528
Коммит 9968fd0f07
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -9,7 +9,7 @@ L4 HashTable is built with interprocess communication in mind and its shared mem
## Installation
### Visual C++ (Windows)
This library is developed and maintained with Visual Studio 2017. Visual Studio 2017 Community is available for free [here](https://dev.windows.com/downloads).
This library is developed and maintained with Visual Studio 2019. Visual Studio 2019 Community is available for free [here](https://visualstudio.microsoft.com/vs/community).
To get started, open the **L4.sln** file and build the solution. Initially, it will automatically start downloading [boost NuGet package](https://www.nuget.org/packages/boost/) before build starts.