aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJ08nY2024-03-28 14:43:44 +0100
committerJ08nY2024-03-28 14:47:07 +0100
commitb3d94dd54e9af330d62aeea8b36be3fff7756df1 (patch)
tree11b6f77e9ff9d1d15bcb8c9c4233945a481c6374 /README.md
parentd08ea49f96eec592457619afbcc5b4044ed1ef00 (diff)
downloadECTester-b3d94dd54e9af330d62aeea8b36be3fff7756df1.tar.gz
ECTester-b3d94dd54e9af330d62aeea8b36be3fff7756df1.tar.zst
ECTester-b3d94dd54e9af330d62aeea8b36be3fff7756df1.zip
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8bdc5fb..f9cbfd7 100644
--- a/README.md
+++ b/README.md
@@ -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.