Skip to content

Compiling Xrdp/xorgrdp to try X264 changes #2137

Answered by Nexarian
noaho asked this question in Q&A
Discussion options

You must be logged in to vote

Hi there! I've been helping Jay develop this for quite some time. I wrote a script some time ago to help set this up:

#!/bin/bash

set -e

sudo -v

sudo apt-get update
sudo apt-get dist-upgrade -y
sudo apt-get autoremove -y

sudo usermod $USER -a -G video
sudo usermod $USER -a -G tty

# XRDP Build Pre-reqs Part 1
sudo apt-get install -y git autoconf libtool pkg-config gcc g++ make libssl-dev libpam0g-dev \
    libjpeg-dev libx11-dev libxfixes-dev libxrandr-dev flex bison libxml2-dev intltool xsltproc \
    xutils-dev python-libxml2 g++ xutils libfuse-dev libmp3lame-dev nasm libpixman-1-dev \
    xserver-xorg-dev libjson-c-dev libsndfile1-dev libspeex-dev libspeexdsp-dev libpulse-dev \
   …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@noaho
Comment options

@noaho
Comment options

@noaho
Comment options

Answer selected by noaho
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants