You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Strem only gets built for and runs on Windows, but as its all built off cross platform tech there is no real reason why it cant run on other platforms such as Linux or OSX which dotnet supports.
So it would be good if we could support Linux (and possibly OSX) and build for it as part of BAU work.
Describe the solution you'd like
Strem runs on Linux and tagged builds are created for Linux
Describe alternatives you've considered
N/A
Additional context
There will be some native functionality which will not work on Linux such as:
Voice Recognition
Audio Playback
Text To Speech (TTS)
For now this can just be empty implementations to get a working build, luckily we already abstract away the native parts so it should be easy enough to support assuming Photino and 3rd party dependent libs do.
The text was updated successfully, but these errors were encountered:
(To run extract the zip, give Strem execution permissions then just run Strem in terminal, i.e:
chmod +x ./Strem
./Strem
One large problem we have noticed so far (ignoring the missing native functionality for audio related tasks) is that drag and drop does not work correctly with Photino out the box, this has been raised here tryphotino/photino.Native#152
Currently Strem only gets built for and runs on
Windows
, but as its all built off cross platform tech there is no real reason why it cant run on other platforms such asLinux
orOSX
which dotnet supports.So it would be good if we could support
Linux
(and possiblyOSX
) and build for it as part of BAU work.Describe the solution you'd like
Strem runs on
Linux
and tagged builds are created forLinux
Describe alternatives you've considered
N/A
Additional context
There will be some native functionality which will not work on
Linux
such as:For now this can just be empty implementations to get a working build, luckily we already abstract away the native parts so it should be easy enough to support assuming
Photino
and 3rd party dependent libs do.The text was updated successfully, but these errors were encountered: