-
-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Description
Sharing in case they are useful. Feel free to put them on the readme/faq if you are inclined :)
#!/bin/bash
# Install dependencies
DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true apt-get install -y \
build-essential make cmake autoconf git ninja-build meson scdoc pkg-config \
zlib1g-dev libpixman-1-dev libturbojpeg0-dev libgbm-dev \
libgnutls28-dev \
libdrm-dev libdrm-common libxkbcommon-dev libxkbcommon-tools libxkbcommon0 \
wayland-protocols waylandpp-dev wayland-scanner++ libwayland-dev
set -xe
# Build, copied straight from README
git clone https://github.com/any1/wayvnc.git
git clone https://github.com/any1/neatvnc.git
git clone https://github.com/any1/aml.git
mkdir wayvnc/subprojects
cd wayvnc/subprojects
ln -s ../../neatvnc .
ln -s ../../aml .
cd -
mkdir neatvnc/subprojects
cd neatvnc/subprojects
ln -s ../../aml .
cd -
cd wayvnc
meson build
ninja -C buildMetadata
Metadata
Assignees
Labels
No labels