From 343cf3310d3b805ac3e9518fc889ed972384b630 Mon Sep 17 00:00:00 2001 From: akallabeth Date: Mon, 27 May 2024 09:04:14 +0200 Subject: [PATCH] [docs] update README * fix typos * update JSON options and support --- docs/README.building | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/README.building b/docs/README.building index 53a102178..affdb3f8b 100644 --- a/docs/README.building +++ b/docs/README.building @@ -19,7 +19,7 @@ optionally there are some algorithms that can be shipped with FreeRDP itself if * -DWITH_INTERNAL_MD5=ON * -DWITH_INTERNAL_RC4=ON -2. Kerberos (optional, disable with -DWITH_RB5=OFF) +2. Kerberos (optional, disable with -DWITH_KRB5=OFF) Authentication to many services requires kerberos (especially if smartcards are in use) @@ -28,13 +28,14 @@ We support: * MIT * Heimdal -3. JSON (optional, disable with -DWITH_AAD=OFF) +3. JSON (optional, disable with -DWITH_JSON_DISABLED=ON) Azure logon requires HTTP/JSON messages to be parsed. We support: * cJSON +* json-c 4. H264