Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
3rdIteration authored Nov 22, 2023
1 parent 72f09db commit 0ffebb2
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,23 @@ If you are in Windows, you can download a binary distribution of Ant here: https

_The examples below assume that you have extracted Ant to your C: drive_

#### Download and Install Java
### Building

Open a command prompt (or terminal) and navigate to the folder of this Github Repository.

Once there, you can simply run Ant.

On Windows (Assuming you unzipped the Ant Binary distribution onto C drive, in this example it is for version 1.9.16...)

"C:\apache-ant-1.9.16\bin\ant.bat"

On Linux

ant

Once complete, you will notice that there is a new folder that was created called `Build` which will contain all of the compiled applets.

## Download and Install Java

Regardless of whether you are flashing pre-compiled CAP files or building from source, you will need a working installation of Java.

Expand All @@ -145,22 +161,6 @@ Once downloaded, you can install it with all the defaults.

sudo apt install openjdk-8

### Building

Open a command prompt (or terminal) and navigate to the folder of this Github Repository.

Once there, you can simply run Ant.

On Windows (Assuming you unzipped the Ant Binary distribution onto C drive, in this example it is for version 1.9.16...)

"C:\apache-ant-1.9.16\bin\ant.bat"

On Linux

ant

Once complete, you will notice that there is a new folder that was created called `Build` which will contain all of the compiled applets.

## Flashing Applets to Javacards
This repository includes a release of [GlobalPlatformPro](https://github.com/martinpaljak/GlobalPlatformPro) which can be used to flash the applets.

Expand Down

0 comments on commit 0ffebb2

Please sign in to comment.