mirror of https://github.com/JakubMelka/PDF4QT.git
Update of readme
This commit is contained in:
parent
1a10401b91
commit
6221c533a2
10
README.md
10
README.md
|
@ -57,10 +57,10 @@ Software have following features (the list is not complete):
|
||||||
- [x] static XFA support (readonly, simple XFA only)
|
- [x] static XFA support (readonly, simple XFA only)
|
||||||
- [x] electronically/digitally sign documents
|
- [x] electronically/digitally sign documents
|
||||||
- [x] public key security encryption
|
- [x] public key security encryption
|
||||||
- [ ] 3D PDF support *(planned in year 2022)*
|
- [ ] 3D PDF support *(planned in year 2024)*
|
||||||
- [ ] create fillable forms *(planned in year 2023)*
|
- [ ] create fillable forms *(planned in year 2024)*
|
||||||
- [ ] watermarks / headers / footers *(planned in year 2023)*
|
- [ ] watermarks / headers / footers *(planned in year 2024)*
|
||||||
- [ ] presentation application *(planned in year 2023)*
|
- [ ] presentation application *(planned in year 2024)*
|
||||||
|
|
||||||
## 4. THIRD PARTY LIBRARIES
|
## 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
|
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`.
|
For a debug build, append `-DCMAKE_BUILD_TYPE=Debug`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue