Mac OS 10.12
- [x] I have checked that a similar feature request does not already exist.
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like Please make a version for old Mac OS... 10.12 is not so old
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.
Please make a version for old Mac OS... 10.12 is not so old
Why doesn't it work? What's the problem?
brew does not want to install it. It says that 10.12 systems are no longer supported.
Is there a way to download the software for a 10.12 MacOS system, without using homebrew?
brew does not want to install it. It says that 10.12 systems are no longer supported.
Oh ok.
Then you must build it. Use the prebuilt-server for simplicity: https://github.com/Genymobile/scrcpy/blob/master/BUILD.md#prebuilt-server
Damn... meson is not available either... sdl2 ffmpeg also not working.
I found a jar file named scrcpy-server-v1.10.jar but I'm not able to run it...
Error: sdl2: no bottle available! You can try to install from source with: brew install --build-from-source sdl2 Please note building from source is unsupported. You will encounter build failures with some formulae. If you experience any issues please create pull requests instead of asking for help on Homebrew's GitHub, Twitter or any other official channels. Error: ffmpeg: no bottle available! You can try to install from source with: brew install --build-from-source ffmpeg Please note building from source is unsupported. You will encounter build failures with some formulae. If you experience any issues please create pull requests instead of asking for help on Homebrew's GitHub, Twitter or any other official channels. Patricios-MacBook:~ patriciocalatayud$ brew install pkg-config meson Warning: You are using macOS 10.12. We (and Apple) do not provide support for this old version. You will encounter build failures with some formulae. Please create pull requests instead of asking for help on Homebrew's GitHub, Twitter or any other official channels. You are responsible for resolving any issues you experience while you are running this old version.
Error: pkg-config: no bottle available! You can try to install from source with: brew install --build-from-source pkg-config Please note building from source is unsupported. You will encounter build failures with some formulae. If you experience any issues please create pull requests instead of asking for help on Homebrew's GitHub, Twitter or any other official channels. Error: meson: no bottle available! You can try to install from source with: brew install --build-from-source meson Please note building from source is unsupported. You will encounter build failures with some formulae. If you experience any issues please create pull requests instead of asking for help on Homebrew's GitHub, Twitter or any other official channels.
I'm sorry, I don't use macOS so I don't really know, but it seems that Apple decided that this version is not supported anymore. Maybe you could upgrade? (or switch to Linux 😛)
That is a good recommendation, thank you
I am on Mac 12.4. Running below steps:
brew tap --repairbrew updatebrew install scrcpy
fixes the issue for me