diff options
| author | J08nY | 2024-03-28 14:43:44 +0100 |
|---|---|---|
| committer | J08nY | 2024-03-28 14:47:07 +0100 |
| commit | b3d94dd54e9af330d62aeea8b36be3fff7756df1 (patch) | |
| tree | 11b6f77e9ff9d1d15bcb8c9c4233945a481c6374 /README.md | |
| parent | d08ea49f96eec592457619afbcc5b4044ed1ef00 (diff) | |
| download | ECTester-b3d94dd54e9af330d62aeea8b36be3fff7756df1.tar.gz ECTester-b3d94dd54e9af330d62aeea8b36be3fff7756df1.tar.zst ECTester-b3d94dd54e9af330d62aeea8b36be3fff7756df1.zip | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ git submodule update --init --recursive # To initialize submodules (JavaCa The applet comes in several flavors, targeting JavaCard `2.2.1`, `2.2.2` and `3.0.5`. The `2.2.2` and later flavors support extended length APDUs which are necessary for some commands to work properly. -The `:standalone:libs` task invokes a Makefile in `src/cz/crcs/ectester/standalone/libs/jni`, which tries to build the +The `:standalone:libs` task invokes a Makefile in `standalone/src/main/resources/cz/crcs/ectester/standalone/libs/jni`, which tries to build the C/C++ shim libraries required for ECTester to test the actual native cryptographic libraries from Java. The Makefile uses pkg-config to locate the libraries installed, thus if non-standard location of the tested libraries is used, the Makefile or your pkg-config needs some changes to work. |
