From 4e7532173e29e268ecc9fb90c8cc0409d8d1a897 Mon Sep 17 00:00:00 2001 From: canepat <16927169+canepat@users.noreply.github.com> Date: Sun, 25 Apr 2021 14:21:27 +0200 Subject: [PATCH] Fix README (#39) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d4156f068..bb46e7c3a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,8 @@ Building SilkRPC daemon requires * [CMake](http://cmake.org) >= 3.18.4 * [GMP](http://gmplib.org) (`sudo apt-get install libgmp3-dev` or `brew install gmp`) * [gperftools](https://github.com/gperftools/gperftools) (`sudo apt-get install google-perftools libgoogle-perftools-dev`) -* [Cpplint] (https://github.com/cpplint/cpplint) (`pip3 install cpplint`) +* [Cpplint](https://github.com/cpplint/cpplint) (`pip3 install cpplint`) +* [Pylint](https://github.com/PyCQA/pylint) (`pip3 install pylint`) Once the prerequisites are installed and assuming your [GCC](https://www.gnu.org/software/gcc/) compiler available as `gcc` and `g++` at the command line prompt is at least 10.2.0, bootstrap cmake by running ```