diff --git a/Building-BorderCastle.md b/Building-BorderCastle.md index 363f1f7..ffb11d4 100644 --- a/Building-BorderCastle.md +++ b/Building-BorderCastle.md @@ -8,6 +8,19 @@ IC_HOME$ mv bc-java-r1v81 crypto IC_HOME$ chmod -R u+w crypto/* ``` +4. This should result in a directory structure similar to the following: + ```shell + IC_HOME$ ls -Al + total 296260 + drwx------ 0 lep lep 0 2015-06-21 08:34:29 bin/ + drwx------ 0 lep lep 0 2016-12-10 20:26:29 bordercastle/ + drwx------ 0 lep lep 0 2016-12-10 20:02:26 bouncycastle/ + drwx------ 0 lep lep 0 2017-01-25 17:40:00 crypto/ + -rw------- 0 lep lep 53387945 2025-06-17 12:43:17 bc-java-r1v81.zip + drwx------ 0 lep lep 0 2013-08-08 13:40:42 doc/ + drwx------ 0 lep lep 0 2015-06-21 08:34:28 maven/ + IC_HOME$ +``` 4. Execute the script to convert the project structure to maven: ```shell IC_HOME$ bin/bouncycastle-to-maven-layout.sh