Open RuffaloLavoisier opened 1 year ago
So, the emulator shall be easier to use with Docker? Is this what you want to say? :sweat_smile:
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 CMakeLists.txt
from the last time someone used it there...
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..
Is there a way to run OSW Emulator on mac or windows?
We'll be sharing the method soon.
@CoffeBlock
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 https://github.com/Open-Smartwatch/open-smartwatch-os/issues/371#issuecomment-1878228439, 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.