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

conflict with binary name and assets directory #105

Open
teletrail opened this issue Nov 22, 2023 · 3 comments
Open

conflict with binary name and assets directory #105

teletrail opened this issue Nov 22, 2023 · 3 comments

Comments

@teletrail
Copy link

hi, thanks for writing this! I playeed wipout on the sega saturn and had a lot of fun, so I am excited to see this source port!

when I compile the game (mkdir build / cmake .. / make) it makes a binary called wipeout, however when I copy the assets folder (also called wipeout) into the build directory it conflicts with the binary name?

I am building on linux, am I doing some of this wrong? is there a way to define the assets folder location separately?

look forward to playing this!

thanks.

@teletrail
Copy link
Author

if I rename the binary the game will run, however I am not sure if this is ideal.

@phoboslab
Copy link
Owner

On linux I'd suggest to just use make instead of cmake. This will create a binary called wipegame in the root of the project.

Also see #70

@teletrail
Copy link
Author

thanks, got the game running with a renamed binary. this is great! * w*

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