Update Building BorderCastle

Leon Poyyayil 2025-10-25 08:07:45 +02:00
parent 4a19a02398
commit 47d48f5211

@ -25,10 +25,9 @@
```shell ```shell
IC_HOME$ bin/bouncycastle-to-maven-layout.sh IC_HOME$ bin/bouncycastle-to-maven-layout.sh
``` ```
5. Execute the script to perform the package renaming and other replacements. 5. Execute the script to perform the package renaming and other replacements:
This script requires the version which is being built as an argument, e.g. **1.81**:
```shell ```shell
IC_HOME$ bin/bouncycastle-to-bordercastle.sh 1.81 IC_HOME$ bin/bouncycastle-to-bordercastle.sh
``` ```
6. Apply the patch for the chosen version to add the BorderCastle specific additions and changes: 6. Apply the patch for the chosen version to add the BorderCastle specific additions and changes:
```shell ```shell