switch to correct branch
parent
410ed4da48
commit
74edee9009
|
@ -84,9 +84,10 @@ Built target\debug\pep_engine_sequoia_backend.dll
|
|||
C:\Users\vb\source\repos\pEpEngineSequoiaBackend> cd ..
|
||||
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-fdik
|
||||
C:\Users\vb\source\repos\asn1c> git switch mingw64
|
||||
Updating files: 100% (1365/1365), done.
|
||||
Note: switching to 'v0.9.28'.
|
||||
branch 'mingw64' set up to track 'origin/mingw64'.
|
||||
Switched to a new branch 'mingw64'
|
||||
```
|
||||
|
||||
- in the MSYS2 MSYS command line (the purple one, not in MSYS2 CLANG64, which is the orange one) go to the directory with the repo, install autotools and build asn1c using GCC (it will not build using CLANG)
|
||||
|
|
Loading…
Reference in New Issue