From 8442a8ff203ffc5d613a4b0c044543cd3171182b Mon Sep 17 00:00:00 2001 From: Luke Anderson Date: Wed, 3 Apr 2019 13:40:06 +1100 Subject: [PATCH] Listed Usage cmake [options] cmake [options] cmake [options] -S -B Specify a source directory to (re-)generate a build system for it in the current working directory. Specify an existing build directory to re-generate its build system. Run 'cmake --help' for more information. as a requirement for building lighthouse, as it is a dependency that must be installed on a fresh arch system. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6da6732ad..7727154e7 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ A few basic steps are needed to get set up: 5. Install build dependencies (Arch packages are listed here, your distribution will likely be similar): - `clang`: required by RocksDB. - `protobuf`: required for protobuf serialization (gRPC). + - `cmake`: required for building protobuf 6. Navigate to the working directory. 7. Run the test by using command `cargo test --all`. By running, it will pass all the required test cases. If you are doing it for the first time, then you can grab a coffee in the meantime. Usually, it takes time