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:
authorGyuhwan Park★ <unstabler@unstabler.pl>2023-02-10 06:29:44 +0300
committerGitHub <noreply@github.com>2023-02-10 06:29:44 +0300
commit0724bdb6f1787367212ef36acf9681427c899625 (patch)
tree37bb0564caf9dad16ba310157556c0e06871f396
parent1e20ccc21266366f3715fac484c2545f6d142b97 (diff)
parent474b8811f20d090ca6af9c2b9203244b93d3fcfb (diff)
Merge pull request #6 from jankais3r/main
Fixed build instructions
-rw-r--r--README.md18
1 files changed, 13 insertions, 5 deletions
diff --git a/README.md b/README.md
index 677924c..46494b4 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
+$ ./configure --enable-ulalaca --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.