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

Support for MacOS #23

Open
tijmenstor opened this issue Oct 9, 2022 · 3 comments
Open

Support for MacOS #23

tijmenstor opened this issue Oct 9, 2022 · 3 comments
Assignees

Comments

@tijmenstor
Copy link

Currently, when running the install.sh script on a MacOS system, it fails due to C++ headers not being found.

image

I want to take a look into making it compatible for MacOS if possible :)

@TanmayPatil105
Copy link
Owner

I would love to explore MacOS too!
Can you DM me on discord. We together can sort it out!

@TanmayPatil105
Copy link
Owner

I have removed bits/stdc++.h and added map ,algorithm respectively.
Try installing now!

@tijmenstor
Copy link
Author

@TanmayPatil105 appearantly bitch/stdc++.h was not necessarily a problem. Mac systems have clang c++ installed by default. Through Brew, a different c++ version can be installed to solve this. However, this solves this issue altogether without needing to install through Brew, so thanks for that!

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

No branches or pull requests

2 participants