-
Notifications
You must be signed in to change notification settings - Fork 163
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
Extend OSW Emulator Support #371
Comments
So, the emulator shall be easier to use with Docker? Is this what you want to say? 😅 |
Is there a way to run OSW Emulator on mac or windows? |
Mac? Well, I think the only limitation was that the compiler was too much out-of-date on that platform (for the base OS-code). Otherwise, you just have to get the libs working (if you figure that out, please let us know, so we can officially document this and add a CI-Job to make sure we do not break it down the road). We even have some Mac-specific workarounds inside the Windows? Oof... Try to do it with Windows-Subsystem-for-Linux or something like Cygwin. I have to admit, I have no idea what is needed there. |
My meaning was that I wanted to simplify the Emulator work faster. but I changed my mind, to without platform impact, Rather than simplification, I think the emulator should work on any platform. We will need to be ready to test compilation and execution on other platforms. So that anyone can try this project.. |
Alright thanks, I did not figure it out.
…On Thu, Jan 4, 2024 at 11:09 PM Ruffalo Lavoisier ***@***.***> wrote:
@CoffeBlock <https://github.com/CoffeBlock>
—
Reply to this email directly, view it on GitHub
<#371 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASCQLLSJGPRKS47NMUUIQL3YM6RMBAVCNFSM6AAAAAA5E2GJ5OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZYGIZDQNBTHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I'm a pretty big fan of adding something like this: https://docs.linuxserver.io/images/docker-libreoffice/ - so we do not have to care about Mac / Windows specific problems and can just entirely run in Docker. This would also make the current Docker-Setup much easier (no need to install an X-client on the target platform and just use a web browser)... |
Oh, nice to know. |
We'd like to simplify OSW emulator work with Docker, which we built for the currently unsupported OS.
The text was updated successfully, but these errors were encountered: