Update README.md

This commit is contained in:
Charlie Curtsinger 2019-10-15 08:53:46 -05:00 committed by GitHub
parent 3c68685e8e
commit d87e9244d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ To build Coz from source, you will need:
- A copy of the source code for this project
- A compiler with C++0x support (clang++ or g++)
- A Python interpreter (python 3 is recommended)
- The libelfin development libraries (some users report issue with release 0.3. Use version 0.2 or the latest code from <https://github.com/aclements/libelfin>)
- The libelfin development libraries (Use release 0.2 or the latest from <https://github.com/aclements/libelfin>. Version 0.3 does not work.)
- The `rst2man` command (for building documentation
- NodeJS and npm (for building the profiler viewer)