diff options
| author | J08nY | 2017-12-28 02:41:59 +0100 |
|---|---|---|
| committer | J08nY | 2017-12-28 02:45:08 +0100 |
| commit | 9c574828d509a5b663902c967a17d95479f87547 (patch) | |
| tree | e9b81e31490c341ff9da03587188c12766d66bde /README.md | |
| parent | 67c963266711f863a024bd6d7ff6e6da5d7b08b8 (diff) | |
| download | ECTester-9c574828d509a5b663902c967a17d95479f87547.tar.gz ECTester-9c574828d509a5b663902c967a17d95479f87547.tar.zst ECTester-9c574828d509a5b663902c967a17d95479f87547.zip | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ ECTester uses ant. There are three parts of ECTester, the JavaCard applet used f ```bash ant -f build-reader.xml package # To build the reader tool (jar) -> "dist/ECTesterReader.jar" ant -f build-standalone.xml package # To build the standalone tool (jar) -> "dist/ECTesterStandalone.jar" -ant -f build-applet.xml build # To build the applet (cap) -> "!uploader/ectester.cap". +ant -f build-applet.xml build # To build the applet (cap) -> "applet/ectester.cap". ``` Build produces both a lightweight version of the JARs and a full version of the JARs with dependencies included, the latter has the `*-dist.jar` suffix. The standalone build tries building test binaries for all the supported libraries, and silently fails if the library is not properly supported. |
