-
-
Notifications
You must be signed in to change notification settings - Fork 173
Running the given steps on MAC #95
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
Comments
Yeah, sadly I can't provide the There's a few things that may help:
|
Great work on this project @ardera! I finally got it working on my Mac. Some things I tried:
I ended up using VirtualBox with Ubuntu, which works, but feels like overkill for the task. It's possible to run commands remotely from the Mac terminal using VBoxManage, so can at least incorporate it in a build script. For step 3, I used the following command:
|
Thanks, I'm glad you like it!
The target of
(of course, I also specified other flags like I'd compile the mac binaries myself, but I don't have a single mac machine to test the binaries. Also, I fear it's going to be a configuration nightmare, since I have to differentiate between 3 architectures - the build machine (linux x86-64), host machine (macos x86-64) and target machine (linux armhf). Often cross compilation with 2 architectures is difficult enough. Also, when you clone the engine sources, you need to make sure you're using the latest stable sources (instead of latest master), like this:
Btw, what's the error that is printed out when you run the |
Thank you @ardera! Anywhere I can see the exact flags you are passing to gn? Will post an update as soon as I've tried this out. |
Did some more experimentation. It looks like it might not be viable on a Mac, or at least very hard. When running |
I think it's possible to build the Right now I'm trying to setup a OSX VM so I can build the |
Hi,
Thanks you have done great work. I have a question though.
I am able to run few steps on MAC (Specifically till step 3)
and unable to execute step 4 as gen_snapshot_linux_x64 is not available for MAC.
Can you help or guide on this?
The text was updated successfully, but these errors were encountered: