Skip to content

Commit

Permalink
Documentation not limiting compilation to Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Karsten Ohme committed Dec 14, 2021
1 parent 8d16532 commit ea50e1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sitedocs/getting_source_and_compiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ The official jCardSim source repository is located at [https://github.com/licel/


### Building
**NOTE:** jCardSim must be built on Windows, because the JCDK is no longer packaged for other platforms. However, the JAR files produced by the build are still cross-platform.

1. Install the [Java Development Kit (JDK) 8](http://www.oracle.com/technetwork/java/javase/downloads/) from Oracle.

2. Install the [Java Card Classic Development Kit](http://www.oracle.com/technetwork/java/embedded/javacard/downloads/) from Oracle, which provides the Java Card API classes. The installer should automatically set the `JC_CLASSIC_HOME` environment variable system-wide.
2. Install the [Java Card Classic Development Kit](http://www.oracle.com/technetwork/java/embedded/javacard/downloads/) from Oracle, which provides the Java Card API classes. Set the `JC_CLASSIC_HOME` environment variable system-wide.

3. Install [Apache Maven](https://maven.apache.org/download.html), which is used to build jCardSim. Follow the [installation tips](https://maven.apache.org/install.html) to set the `PATH` and `JAVA_HOME` environment variables.

Expand Down

0 comments on commit ea50e1e

Please sign in to comment.