-
Notifications
You must be signed in to change notification settings - Fork 7
Run build install entries on macOS
Henrik Nørfjand Stengaard edited this page Feb 1, 2022
·
2 revisions
macOS Monterey uses python v2.x as default and this is not compatible with build install entries written for python v3.x. Running build install entries requires build install entries is run from a terminal.
Run build install entries script on macOS with following steps:
- Navigate to
WHDLoad Packs
directory.
- Right click
WHDLoad Packs
directory and selectNew Terminal at Folder
.
- Type
python3 build_install_entries.py .
and press enter to run build install entries script.- This is only needed first time running python3 command. Skip to step 9, if python3 is already installed.
- Click
Install
to install command line developer tools.
- Click
Agree
to agree Command Line Tools License Agreement.
- Wait for command line developer tools to install.
- Click
Done
when command line developer tools is installed.
- Type
python3 build_install_entries.py .
again and press enter to run build install entries script.
- Wait for build install entries script to complete.
Build install entries script has completed running and WHDLoad Packs can now be used to install demos, games or magazines.