Build eID Client Conformance Testbed on Windows.
- Install Java 8 SDK.
- Install Cygwin.
- Install Maven (see https://maven.apache.org/download.cgi#Installation).
- Add Maven
bin
directory to PATH variable. - Set JAVA_HOME variable (to installed JDK home directory).
- Configure Maven ...
- (optional) Convert
build_from_source.sh
with dos2unix in Cygwin terminal. - (optional) Install Cygwin package "xmlstarlet".
- (conditional) Install CommonTestbedUtilities via "mvn clean install"
- Run
build_from_source.sh
in Cygwin terminal.