Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This library provides platform specific support for other libraries, and is used

## Linux, BSD & Apple OS X
To compile this library on Linux, you'll need the following dependencies:
* [cmake 2.6 or better] (http://www.cmake.org/)
* [cmake 3.12.0 or better] (http://www.cmake.org/)
* a supported C++ 11 compiler

Follow these instructions to compile and install the library:
Expand All @@ -25,7 +25,7 @@ sudo ldconfig

## Microsoft Windows
To compile this library on Windows, you'll need the following dependencies:
* [cmake 2.6 or better] (http://www.cmake.org/)
* [cmake 3.12.0 or better] (http://www.cmake.org/)
* [Visual Studio 2013 (v120) or 2015 (v140)] (https://www.visualstudio.com/)

Follow these instructions to compile and install the library:
Expand Down