scrcpy-appimage/README.md

45 lines
1.3 KiB
Markdown
Raw Normal View History

2021-09-19 21:25:55 +00:00
<p align="center">
<img src="scrcpy.png" alt="an unofficial scrcpy logo" width=128 height=128>
<h2 align="center">📱 scrcpy appimage</h2>
<p align="center">
An unofficial AppImage build for <a href="https://github.com/Genymobile/scrcpy">scrcpy</a>
<br>
<a href="https://github.com/srevinsaju/scrcpy-appimage/issues/new">Report bug</a>
·
<a href="https://github.com/Genymobile/scrcpy">Original project</a>
</p>
</p>
2020-08-27 06:02:59 +00:00
2020-11-24 13:32:03 +00:00
> **NOTE**: These appimages are far from complete. This is a patched version of
`scrcpy` which gets integrated into the GUI of scrcpy `guiscrcpy`.
See [`guiscrcpy`](/srevinsaju/guiscrcpy) for more details and usage.
2020-08-27 06:02:59 +00:00
An unofficial AppImage for the open source android screen mirroring software
[scrcpy](https://github.com/Genymobile/scrcpy)
Continuous Integration to create preconfigured AppImages of scrcpy.
## Getting Started
* Go to [Releases](https://github.com/srevinsaju/scrcpy-appimage/releases)
* Download the latest the scrcpy-x.x.x.AppImage.
### Executing
#### File Manager
Just double click the `*.AppImage` file and you are done!
> In normal cases, the above method should work, but in some rare cases
the `+x` permissisions. So, right click > Properties > Allow Execution
#### Terminal
```bash
./scrcpy-*.AppImage
```
```bash
2020-08-27 06:11:26 +00:00
chmod +x scrcpy-*.AppImage
./scrcpy-*.AppImage
2020-08-27 06:02:59 +00:00
```