Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 869 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 869 Bytes
  1. First Fork the Project.
  2. Clone the project using the command: git clone https://github.com/fkkarakurt/nerve
  3. Open it for your favorite code editor and review the code structures. You can develop whatever you want. You can also search for solutions to the problems in the Issue section. It would be great.
  4. You can compile files with the make all command.
  5. I am developing the project using Visual Studio Code. I recommend using the Prettier plugin. So we can work in a more understandable way.

For Windows Users

  • You may encounter problems with the getopt.h library. For this, you can include the getopt.h library at the link below into your project.