Skip to content

Modifying README.md #3

@pranavjainjs

Description

@pranavjainjs

I noticed the following issues in your source code which many people will encounter while installation.

  1. You have not mentioned which OS the commands in the README are for. cmake .. gives many errors for Windows. CMakeLists.txt has to be modified to mitigate those errors.
  2. For some Linux versions, you need to link using pthread library to use pthread_create and pthread_join functions. This could be fixed just by adding a line target_link_libraries(mercury pthread) in CMakeLists.txt
  3. The README is not beginner friendly. It seems that you expected the people with some background knowledge to contribute. But having some additional information in README will help everyone. This includes -
  • Informing how to download AAPL.csv and modifying start_date and end_date in config.json
  • OS specific cmake instructions

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions