aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJ08nY2017-11-10 14:17:51 +0100
committerJ08nY2017-11-10 14:17:51 +0100
commit6c46a27a52854aee24f7a37e74002bd6f4485723 (patch)
tree7364bcc29b95ca34655cc9159f8db3007764ebff /README.md
parentd2558f0bf731d24b0f227b9b10de25d42c52466c (diff)
downloadECTester-6c46a27a52854aee24f7a37e74002bd6f4485723.tar.gz
ECTester-6c46a27a52854aee24f7a37e74002bd6f4485723.tar.zst
ECTester-6c46a27a52854aee24f7a37e74002bd6f4485723.zip
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index c48426e..5096bd3 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,14 @@
Tests support and behavior of smartcards with JavaCard platform with focus on Eliptic curves (`TYPE_EC_FP` and `TYPE_EC_F2M`).
+## Build
+
+ECTester uses ant.
+```bash
+ant package # To build the reader tool (jar).
+ant -f jcbuild.xml build # To build the applet (cap).
+```
+
## Usage
1. Upload `!uploader/ectester.cap` using your favorite tool (e.g., [GlobalPlatformPro tool](https://github.com/martinpaljak/GlobalPlatform))