This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/master by this push: new 118ba87 Update some info for Java version and other Windows apt help. 118ba87 is described below commit 118ba8735383aec0e8b54211188eaaabc6f6d784 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Jun 1 09:41:18 2020 -0400 Update some info for Java version and other Windows apt help. --- BUILDING.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/BUILDING.txt b/BUILDING.txt index 1b41109..8dee6ce 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -4,7 +4,7 @@ Build instructions for Apache Commons Crypto Requirements: * Unix System (Linux or Mac), or Windows with MinGW -* JDK 1.7 or above (environment variable JAVA_HOME must be set) +* JDK 8 or above (environment variable JAVA_HOME must be set) * Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files (if running unit tests) * export JAVA_HOME @@ -14,12 +14,14 @@ Requirements: * GCC * G++ +For win64 on Ubuntu; apt install x86_64-w64-mingw32-gcc +For win32 on Ubuntu: apt install gcc-mingw-w64-i686 + ---------------------------------------------------------------------------------- Install JCE Unlimited Strength Jurisdiction Policy Files: Download the Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files from Oracle: -For JDK 1.7: http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html For JDK 1.8: http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html Install JCE Unlimited Strength Jurisdiction Policy Files to JDK: