FreeRDP/docs
akallabeth 343cf3310d
[docs] update README
* fix typos
* update JSON options and support
2024-05-27 09:05:16 +02:00
..
mingw-example [git] remove .gitignore 2023-11-28 12:14:55 +01:00
Doxyfile
FreeRDP.vsd
PrintFormatSpecifiers.md
README.android Add wiki link to README files 2023-12-12 19:36:54 +01:00
README.building [docs] update README 2024-05-27 09:05:16 +02:00
README.ios chore: fix typo in doc 2024-05-22 10:31:06 +02:00
README.macOS Add wiki link to README files 2023-12-12 19:36:54 +01:00
README.mingw chore: fix typo in doc 2024-05-22 10:31:06 +02:00
README.timezones [utils,doc] update timezone sync procedure 2024-05-08 10:08:08 +02:00
valgrind.supp
version_detection.md new: add some basic documentation about version dectction 2022-03-07 13:39:49 +01:00
wlog.md

README.timezones

On an up to date windows machine run the following binary after a build with -DWITH_TIMEZONE_UPDATER=ON (from build directory):

tzextract <path to source>\winpr\libwinpr\timezone

After running the scripts check
 * git clang-format -f to eliminate formatting changes
 * winpr/libwinpr/timezone/WindowsZones.c
for changes.

on any machine run the following script from checkout root:

./scripts/update-windows-zones.py

After running the scripts check
 * git clang-format -f to eliminate formatting changes
 * winpr/libwinpr/timezone/WindowsZones.c
for changes.

Commit if the definitions changed:
1. run `git clang-format -f` on these changed files
2. commit these changes
3. create a pull request at https://github.com/FreeRDP/FreeRDP