Add window icon

Add a bugdroid icon loaded from an XPM.
This commit is contained in:
Romain Vimont
2018-02-05 12:12:08 +01:00
parent 5eb91a4ca7
commit 52c89c7afb
4 changed files with 70 additions and 3 deletions

View File

@@ -7,13 +7,13 @@ This project displays screens of Android devices plugged on USB in live.
### Runtime requirements
This projects requires _FFmpeg_, _LibSDL2_ and _LibSDL2-net_.
This projects requires _FFmpeg_, _LibSDL2_, _LibSDL2-image_ and _LibSDL2-net_.
#### Linux
Install the packages from your package manager. For example, on Debian:
sudo apt install ffmpeg libsdl2-2.0.0 libsdl2-net-2.0.0
sudo apt install ffmpeg libsdl2-2.0.0 libsdl2-image-2.0.0 libsdl2-net-2.0.0
#### Windows
@@ -21,6 +21,7 @@ Install the packages from your package manager. For example, on Debian:
From [MSYS2]:
pacman -S mingw-w64-x86_64-SDL2
pacman -S mingw-w64-x86_64-SDL2_image
pacman -S mingw-w64-x86_64-SDL2_net
pacman -S mingw-w64-x86_64-ffmpeg
@@ -64,7 +65,7 @@ described below.
sudo apt install make gcc openjdk-8-jdk pkg-config meson zip \
libavcodec-dev libavformat-dev libavutil-dev \
libsdl2-dev libsdl2-net-dev
libsdl2-dev libsdl2-image-dev libsdl2-net-dev
#### Windows