Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Fix README (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
canepat authored Apr 25, 2021
1 parent e5a6193 commit 4e75321
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 4e75321

Please sign in to comment.