Skip to content

Commit 125fce8

Browse files
FAQ.md - add information on toolchain for CentOS
Change-Id: Ibd60f5ed0d4b0ce0160499a34f369de6caa0fb17
1 parent cbcf77a commit 125fce8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

documentation/FAQ.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,17 @@
66

77
NEO should work on any modern Linux distribution (i.e. Ubuntu, Fedora, etc.)
88
with default / stock configuration (no kernel patches), assuming the underlying
9-
kernel's drm subsystem is 4.7 or higher. Newer platforms will require a kernel version
9+
kernel's drm subsystem is 4.7 or higher. Newer platforms will require a kernel version
1010
that provides support for that platform (e.g. Coffee Lake requires kernel 4.14 or higher).
1111

1212
Our default (most frequent) validation config is currently (as of Q1'18) Ubuntu 16.04.3 LTS.
1313

14+
### What toolchain do you recommend for building NEO on CentOS?
15+
16+
We recommend the following packages:
17+
* devtoolset-4-gcc-c++
18+
* llvm-toolset-7-clang
19+
1420
### Does NEO support Microsoft Windows?
1521

1622
Our closed-source driver for Windows is using the same codebase. At this time,

0 commit comments

Comments
 (0)