scrcpy icon indicating copy to clipboard operation
scrcpy copied to clipboard

Mac OS 10.12

Open patricio1979 opened this issue 4 years ago • 8 comments

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

patricio1979 avatar Mar 09 '21 18:03 patricio1979

Please make a version for old Mac OS... 10.12 is not so old

Why doesn't it work? What's the problem?

rom1v avatar Mar 09 '21 18:03 rom1v

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?

patricio1979 avatar Mar 09 '21 21:03 patricio1979

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

rom1v avatar Mar 09 '21 21:03 rom1v

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

patricio1979 avatar Mar 09 '21 21:03 patricio1979

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.

patricio1979 avatar Mar 09 '21 21:03 patricio1979

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

rom1v avatar Mar 09 '21 21:03 rom1v

That is a good recommendation, thank you

patricio1979 avatar Mar 09 '21 21:03 patricio1979

I am on Mac 12.4. Running below steps:

  1. brew tap --repair
  2. brew update
  3. brew install scrcpy

fixes the issue for me

nongdenchet avatar Jul 23 '22 05:07 nongdenchet