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:51:36 +0300
committerGitHub <noreply@github.com>2023-02-10 02:51:36 +0300
commit474b8811f20d090ca6af9c2b9203244b93d3fcfb (patch)
tree37bb0564caf9dad16ba310157556c0e06871f396
parent3c47beb7fbbfe5555554abcec8b14da6aedf1006 (diff)
Added missing argument to build libulalaca.dylib
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e78656b..46494b4 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ 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
$ sudo make install
```