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

Compiling project? #3

Closed
webspacecreations opened this issue Aug 5, 2022 · 4 comments
Closed

Compiling project? #3

webspacecreations opened this issue Aug 5, 2022 · 4 comments

Comments

@webspacecreations
Copy link

Would you mind sharing details about your build environment / build commands? I've managed to get about 50% of the project to compile on 64-bit rPi (ARM), but based on some of the more obscure errors, wonder whether I should be passing along specific compilation flags to make this work.

@tmikov
Copy link
Owner

tmikov commented Aug 5, 2022

I have been using MacOS for development. The project is also explicitly intended to be buildable on Linux and Windows, with the expectation that the Linux build in particular should require relatively few fixes (all libraries are portable and the rest isn't system specific), but the truth is, I simply haven't gotten to testing on those platforms yet.

With that said, I just tried building in Ubuntu 18.04, which I have in an old VM, and I am getting quite a few errors. I will look into fixing them and post an update here.

@tmikov
Copy link
Owner

tmikov commented Aug 6, 2022

@webspacecreations,
As of f554895, I am able to build and run everything on Ubuntu 18.04 - graphics and sound all work. I updated the README with build instructions for MacOS and Linux. LMK if there are more problems.

@webspacecreations
Copy link
Author

Thanks! There's a GL context issue on Raspberry Pi, but I suspect that's because Pi only support GLES. Compile confirmed on x86 Ubuntu. It's an interesting project, hope you continue to make progress.

@tmikov
Copy link
Owner

tmikov commented Aug 6, 2022

@webspacecreations GLES is supported, it is a matter of build configuration.

@tmikov tmikov closed this as completed Aug 6, 2022
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