Skip to content

Commit 531828a

Browse files
committed
[doc] update to c++14
1 parent 9aba3c9 commit 531828a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

INSTALL.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@
66
Required tools:
77
* CMake >= 3.14 to build the code
88
* Git
9-
* C/C++ compiler (gcc >= 4.6 or visual studio or clang)
9+
* C/C++ compiler with C++14 support
10+
* see here: https://en.cppreference.com/w/cpp/compiler_support
11+
* TLDR gcc >= 5, clang >= 3.4, msvc >= 2017
1012

1113
Optional tool:
12-
* CUDA >= 7.0 (CUDA 7.5 is currently not recommended (see Note 1))
14+
* CUDA >= 9.0
1315
Note: On Windows, there are compatibility issues to build the GPU part due to conflicts between msvc/nvcc/thrust/eigen/boost.
1416

1517
### Getting the sources:

doc/sphinx/source/install/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ Required tools:
6969

7070
* CMake >= 3.14 to build the code
7171
* Git
72-
* C/C++ compiler supporting the C++11 standard (gcc >= 4.6 or visual studio or clang)
72+
* C/C++ compiler supporting the C++14 standard (gcc >= 5, clang >= 3.4, msvc >= 2017)
7373

7474
Optional tool:
7575

76-
* CUDA >= 7.0 (CUDA 7.5 is currently not recommended)
76+
* CUDA >= 9.0
7777

7878

7979
.. note::

0 commit comments

Comments
 (0)