Git      : Execute PortableGit-2.54.0-64-bit.7z.exe
           Directory name:
           . PortableGit
Python3  : Extract python-3.13.13-embed-amd64.zip
           Directory name:
           . python3
MinGw64  : Extract winlibs-x86_64-posix-seh-gcc-16.1.0-mingw-w64ucrt-14.0.0-r1.zip
           Directory name:
           . mingw64
mbedtls  : 01_checkout_mbedtls.bat
           Directory name:
           . mbedtls
open62541: 01_checkout_open62541.bat
           Directory name:
           . open62541

Run the appropriate batch files in there order:
  01_checkout_mbedtls.bat
    Does a complete checkout of MbedTls
  02_checkout_open62541.bat
    Does a complete checkout of Open62541
  03_build_mbedtls.bat
    Builds the MbedTls code
  04_build_open62541.bat
    Builds the Open62541 code
  05_delphi.bat
    Runs Chet (converst C/H to delphi code).
    Select 'delphi\Open62541.chet' as project and 'Run'
  06_delphi_modify.bat
    Modifies the created Open62541.pas file of Chet.
  07_delphi_recompile.bat
    Just a remark that you shoudl recompile 'Open62541Test'
  08_delphi_testserver.bat
    Runs 'Open62541Test' in server mode
  09_opcilloscope_testclient.bat
    Runs opcilloscope Opc client
    First start the Open62541Test in server mode (see 08_delphi_testserver,bat)
    and select 'Connect' and add 127.0.0.1 as the IP address
  10_delphi_testclient.bat
    Runs 'Open62541Test' in client mode


Notes:
. The batch files create there own, very limited, path (so there should
  be no issue with existing applications and such)
. For a correct operation python3 needs correct paths. This is handled
  by creating a 'python313._pth' to the python3 directory with the
  appropriate paths included (other methods don't seem to work as expected).


Files list (for reference):

              Chet
              Delphi
              mbedtls
              mingw64
              Opcilloscope
              open62541
              PortableGit
              python3
        108   01_checkout_mbedtls.bat
        111   02_checkout_open62541.bat
        859   03_build_mbedtls.bat
      1,676   04_build_open62541.bat
        159   05_delphi.bat
      3,090   06_delphi_modify.bat
         50   07_delphi_recompile.bat
        156   08_delphi_testserver.bat
        157   09_opcilloscope_testclient.bat
        116   10_delphi_testclient.bat
  5,508,045   mbedtls-3.6.6.tar.bz2
 23,733,380   opcilloscope-win-x64.zip
  7,814,809   open62541-1.5.4.zip
 58,995,352   PortableGit-2.54.0-64-bit.7z.exe
 10,950,201   python-3.13.13-embed-amd64.zip
      1,813   README.TXT
271,830,484   winlibs-x86_64-posix-seh-gcc-16.1.0-mingw-w64ucrt-14.0.0-r1.zip
