Skip to content

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:

  1. Navigate to WHDLoad Packs directory.

Navigate to WHDLoad Packs

  1. Right click WHDLoad Packs directory and select New Terminal at Folder.

New terminal

  1. 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.

Run build install entries script

  1. Click Install to install command line developer tools.

Install command line developer tools

  1. Click Agree to agree Command Line Tools License Agreement.

Agree command line developer tools license agreement

  1. Wait for command line developer tools to install.

Installing command line developer tools

  1. Click Done when command line developer tools is installed.

Command line developer tools is installed

  1. Type python3 build_install_entries.py . again and press enter to run build install entries script.

Run build install entries script

  1. Wait for build install entries script to complete.

Build install entries script complete

Build install entries script has completed running and WHDLoad Packs can now be used to install demos, games or magazines.

Clone this wiki locally