for asn1c use a patched for until the pull request eventually leads to v0.9.29

main
Volker Birk 2023-02-09 23:41:32 +01:00
parent 9909f7908e
commit 410ed4da48
1 changed files with 3 additions and 3 deletions

View File

@ -78,13 +78,13 @@ Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.
Built target\debug\pep_engine_sequoia_backend.dll
```
- go back to the repos directory and clone asn1c; check out release 0.9.28
- go back to the repos directory and clone asn1c; check out release 0.9.28-fdik of this mirror:
```
C:\Users\vb\source\repos\pEpEngineSequoiaBackend> cd ..
C:\Users\vb\source\repos> git clone https://github.com/vlm/asn1c.git
C:\Users\vb\source\repos> git clone https://github.com/fdik-win/asn1c.git
C:\Users\vb\source\repos> cd ascn1c
C:\Users\vb\source\repos\asn1c> git checkout v0.9.28
C:\Users\vb\source\repos\asn1c> git checkout v0.9.28-fdik
Updating files: 100% (1365/1365), done.
Note: switching to 'v0.9.28'.
```