Compile the project
Added by Alvaro Cuno about 11 years ago
Hello all, congrats! I found the OpeneCard project very interesting, I would like to integrate it with my national eId card.
I tried to compile the release open-ecard-1.0.4.zip, however the next error did not allow to conclude the process:
basedir C:\Users\acuno\Documents\NetBeansProjects\open-ecard-1.0.4\crypto\bouncycastle\src\bc\src\org does not exist
Is there something missing? Could you give me some help please?
Regards
-
Alvaro Cuno
Replies (1)
RE: Compile the project - Added by Tobias Wich about 11 years ago
Hello,
the bouncycastle submodule must also be fetched from github. We need to build it ourselves, as we have added patches to the TLS Stack.
From the INSTALL.md file in the Open eCard repository:
Prior to starting the build, all Git submodules must be initialized with the
following command, which must be issued form the project root:
$ git submodule update --init
Git submodule updates may also be necessary after pulling changes from the
remote repository. The `git status` command indicates when this is needed.
Greets Tobias