open-smartwatch-os icon indicating copy to clipboard operation
open-smartwatch-os copied to clipboard

Extend OSW Emulator Support

Open RuffaloLavoisier opened this issue 1 year ago • 9 comments

We'd like to simplify OSW emulator work with Docker, which we built for the currently unsupported OS.

RuffaloLavoisier avatar Sep 24 '23 09:09 RuffaloLavoisier

So, the emulator shall be easier to use with Docker? Is this what you want to say? :sweat_smile:

simonmicro avatar Oct 13 '23 15:10 simonmicro

Is there a way to run OSW Emulator on mac or windows?

CoffeBlock avatar Oct 25 '23 00:10 CoffeBlock

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.

simonmicro avatar Oct 29 '23 13:10 simonmicro

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..

RuffaloLavoisier avatar Dec 03 '23 11:12 RuffaloLavoisier

Is there a way to run OSW Emulator on mac or windows?

image

We'll be sharing the method soon.

RuffaloLavoisier avatar Jan 05 '24 07:01 RuffaloLavoisier

@CoffeBlock

RuffaloLavoisier avatar Jan 05 '24 07:01 RuffaloLavoisier

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: @.***>

CoffeBlock avatar Jan 05 '24 16:01 CoffeBlock

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)...

simonmicro avatar Jan 05 '24 16:01 simonmicro

Oh, nice to know.

CoffeBlock avatar Jan 05 '24 16:01 CoffeBlock