diff --git a/BUILDING.md b/BUILDING.md index ccfce99..5305834 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -1,4 +1,4 @@ -This is still being worked on (as of September 18, 2020). +This is still being worked on (as of October 25, 2020). # Windows @@ -7,7 +7,7 @@ This expects Python 3.8 32-bit to be installed. Install the dependencies: ```batch -py -3.8-32 -m pip install --user cx-Freeze==6.2 -r requirements.txt +py -3.8-32 -m pip install --user cx-Freeze==6.3 -r requirements.txt ``` Build the exe: @@ -26,12 +26,12 @@ scripts\make-inst-win.bat ``` ## Wheel and source dist build -`py -3 setup.py bdist_wheel` - build multi-platform py3 wheel -`py -3 setup.py sdist` - build source distribution +* `py -3 setup.py bdist_wheel` - build multi-platform py3 wheel +* `py -3 setup.py sdist` - build source distribution # macOS No standalone build yet. ## Wheel and source dist build -`python3 setup.py bdist_wheel` - build multi-platform py3 wheel -`python3 setup.py sdist` - build source distribution +* `python3 setup.py bdist_wheel` - build multi-platform py3 wheel +* `python3 setup.py sdist` - build source distribution