Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update installation requirements in CONTRIBUTING.md #27879

Closed
wants to merge 4 commits into from
Closed

docs: update installation requirements in CONTRIBUTING.md #27879

wants to merge 4 commits into from

Conversation

alexsch01
Copy link
Contributor

@alexsch01 alexsch01 commented Sep 22, 2023

Additional details

cmake, g++ and make are required to build Cypress


A proper C/C++ compiler toolchain, like GCC

GCC is not enough for Cypress to build successfully


Without cmake installed

/bin/sh: 1: cmake: not found

Without g++ installed

make: g++: No such file or directory

Without make installed

Error: not found: make

PR Tasks

@cypress-app-bot
Copy link
Collaborator

@alexsch01 alexsch01 changed the title docs: update installation requirements in contributing.md docs: update installation requirements in CONTRIBUTING.md Sep 22, 2023
@MikeMcC399
Copy link
Contributor

@alexsch01
Copy link
Contributor Author

@MikeMcC399 I updated the PR description with the reason I went about it this way

@alexsch01 alexsch01 closed this Sep 24, 2023
@alexsch01 alexsch01 deleted the patch-1 branch September 24, 2023 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't build v13.0.0+ from source without g++ and make
3 participants