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

Add meson build project #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

ebraminio
Copy link

@ebraminio ebraminio commented Nov 12, 2023

Probably not that interesting but as I had a bit of trouble on building the project and retrieving glew, thought this maybe could be useful for others also as no longer installing glew is needed using this and this can pave the way to make the project cross platform, just using winget that is available in Windows machines and issuing this on the command line,

winget install meson
meson setup build
meson compile -C build
cd NonEuclidean
..\build\NonEuclidean.exe

Copy link

@ehx-v1 ehx-v1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't spot anything wrong

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.

2 participants