Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/ulalaca-xrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kaiser <2159464+jankais3r@users.noreply.github.com>2023-02-10 02:18:23 +0300
committerGitHub <noreply@github.com>2023-02-10 02:18:23 +0300
commit3c47beb7fbbfe5555554abcec8b14da6aedf1006 (patch)
tree7c760461303f87cf697f7f47b6c4c2deaacf70ca
parent1e20ccc21266366f3715fac484c2545f6d142b97 (diff)
Fix build instructions
-rw-r--r--README.md16
1 files changed, 12 insertions, 4 deletions
diff --git a/README.md b/README.md
index 677924c..e78656b 100644
--- a/README.md
+++ b/README.md
@@ -16,22 +16,30 @@ $ git checkout devel
```
2. add ulalaca-xrdp into xrdp source tree
+```shell
+git clone https://github.com/team-unstablers/ulalaca-xrdp ulalaca
+```
-3. apply patch
+3. apply patches
```shell
$ patch -p1 < ulalaca/xrdp-automake.patch
$ patch -p1 < ulalaca/xrdp-encoder-force-use-bgra.patch
```
-4. build and install
+4. install dependencies
+```shell
+brew install libxfixes libxrandr nasm
+```
+
+5. build and install
```shell
$ ./bootstrap
$ ./configure --enable-pixman PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/libjpeg-turbo/lib/pkgconf
$ make -j8
-$ make install
+$ sudo make install
```
-5. edit /etc/xrdp/xrdp.ini
+6. edit /etc/xrdp/xrdp.ini
```diff
; Section name to use for automatic login if the client sends username
; and password. If empty, the domain name sent by the client is used.