From 4427cde1b50e030b5fa564824cbae3acb271b61f Mon Sep 17 00:00:00 2001 From: Chip Kent <5250374+chipkent@users.noreply.github.com> Date: Wed, 13 Dec 2023 15:42:59 -0700 Subject: [PATCH] Upated readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 01488a4d..116ad046 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ Install a JDK 8, preferably the Oracle distribution. Set `JDK_HOME` or $ export JDK_HOME= $ export JAVA_HOME=$JDK_HOME + $ pip install setuptools wheel $ python setup.py build maven bdist_wheel On success, the wheel is found in the `dist` directory. @@ -68,12 +69,14 @@ SDK 7.1:: > SET DISTUTILS_USE_SDK=1 > C:\Program Files\Microsoft SDKs\Windows\v7.1\bin\setenv /x64 /release > SET JDK_HOME= + > pip install setuptools wheel > python setup.py build maven bdist_wheel With Visual Studio 14 and higher it is much easier:: > SET VS100COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\ > SET JDK_HOME= + > pip install setuptools wheel > python setup.py build maven bdist_wheel On success, the wheel can be found in the `dist` directory.