From 6221c533a24b46a85e1d5dcdb69fcff0c7826a01 Mon Sep 17 00:00:00 2001 From: Jakub Melka Date: Sat, 2 Dec 2023 18:41:30 +0100 Subject: [PATCH] Update of readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c2fd00c..8fc1b87 100644 --- a/README.md +++ b/README.md @@ -57,10 +57,10 @@ Software have following features (the list is not complete): - [x] static XFA support (readonly, simple XFA only) - [x] electronically/digitally sign documents - [x] public key security encryption -- [ ] 3D PDF support *(planned in year 2022)* -- [ ] create fillable forms *(planned in year 2023)* -- [ ] watermarks / headers / footers *(planned in year 2023)* -- [ ] presentation application *(planned in year 2023)* +- [ ] 3D PDF support *(planned in year 2024)* +- [ ] create fillable forms *(planned in year 2024)* +- [ ] watermarks / headers / footers *(planned in year 2024)* +- [ ] presentation application *(planned in year 2024)* ## 4. THIRD PARTY LIBRARIES @@ -120,7 +120,7 @@ On Linux, a GCC version >= 8 should work, altough we tested it with GCC 11. 2.2 Configure - cmake -B build -S . -DPDF4QT_INSTALL_QT_DEPENDENCIES=0 -DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake -DCMAKE_INSTALL_PREFIX='/' + cmake -B build -S . -DPDF4QT_INSTALL_QT_DEPENDENCIES=0 -DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake -DCMAKE_INSTALL_PREFIX='/' -DCMAKE_BUILD_TYPE=Release For a debug build, append `-DCMAKE_BUILD_TYPE=Debug`.