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

Help compiling for linux #607

Open
MikeOxLongLOL opened this issue Nov 1, 2021 · 3 comments
Open

Help compiling for linux #607

MikeOxLongLOL opened this issue Nov 1, 2021 · 3 comments

Comments

@MikeOxLongLOL
Copy link

I am a big stupid and i have no idea how to compile this because i have no idea what i am doing, does anyone have a compiled version laying around?

@vvs-
Copy link
Contributor

vvs- commented Nov 1, 2021

Actually, you wouldn't want just any compiled binary if it's linked against system libraries different from what you have. On NixOS for example it's not compatible with anything but itself. Not to mention that you might have different CPU architecture. This can also be a problem with every automatically built binary, even a statically linked one.

@MikeOxLongLOL
Copy link
Author

Actually, you wouldn't want just any compiled binary if it's linked against system libraries different from what you have. On NixOS for example it's not compatible with anything but itself. Not to mention that you might have different CPU architecture. This can also be a problem with every automatically built binary, even a statically linked one.

i dont know what that means so nevermind

@vvs-
Copy link
Contributor

vvs- commented Nov 2, 2021

That just means that OpenTomb compiled for my computer almost certainly won't work on yours. In order to work it should be specifically built for your computer. Or you should employ some cross platform solution instead.

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