aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2018-05-05 11:13:12 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2018-05-05 11:13:12 +0800
commit61e0a974c07f38b8e42f226d68f22e2d1b26fa6d (patch)
tree0e346d7b12b63f9cd6ec1e22dc2441c4234d785e /README.md
parentef269036a9c21ee8ec5966f0662f4b6b328226ec (diff)
downloadlightsd-61e0a974c07f38b8e42f226d68f22e2d1b26fa6d.tar.xz
No longer using experimental/filesystem as I started using gcc 8.1.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 368e5d6..04d78ec 100644
--- a/README.md
+++ b/README.md
@@ -24,8 +24,7 @@ As this daemon manipulates sysfs, IT ONLY RUNS AS ROOT!
# Dependencies
- CMake
- - Reasonable new gcc or clang release that support C++17
- (Don't use trunk though as I'm still using `std::experimental::filesystem::v1`)
+ - gcc 8.x or clang 6 with C++17 support
# Building
Just `mkdir build && cd build && cmake .. && make`.