From ea50e1ec305d150594f586d37c1bd588a87b5f1c Mon Sep 17 00:00:00 2001 From: Karsten Ohme Date: Tue, 14 Dec 2021 12:04:25 +0100 Subject: [PATCH] Documentation not limiting compilation to Windows --- sitedocs/getting_source_and_compiling.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sitedocs/getting_source_and_compiling.md b/sitedocs/getting_source_and_compiling.md index b3ed22a5..318355ec 100644 --- a/sitedocs/getting_source_and_compiling.md +++ b/sitedocs/getting_source_and_compiling.md @@ -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.