WizardKit/setup
2Shirt 5d54b6de4b
Use correct bit-depth tools when building the kit
If you use the 32-bit version of ConEmu and/or? Python on a 64-bit OS
then psutil will throw access denied errors when trying to wait for
processes.
2021-10-14 23:55:12 -06:00
..
linux Remove unused build_additions 2021-10-14 23:24:04 -06:00
macos Update macOS build script and move to setup dir 2021-10-13 20:48:41 -06:00
pe Refactor Windows kit build process for new layout 2021-10-08 20:05:08 -06:00
windows Use correct bit-depth tools when building the kit 2021-10-14 23:55:12 -06:00
build_linux Update script descriptions for consistency 2021-10-13 20:50:40 -06:00
build_macos Update macOS build script and move to setup dir 2021-10-13 20:48:41 -06:00
build_pe.cmd Add warning that WinPE is under development 2021-10-14 22:36:39 -06:00
build_windows.cmd Update script descriptions for consistency 2021-10-13 20:50:40 -06:00
README.md Update README files 2021-10-13 20:52:35 -06:00

WizardKit: Setup

Build the various parts of the project.

Requirements

  • Linux
    • 8 GB of RAM1
    • 10 GB of free storage space2
    • Arch Linux installed with internet access enabled
    • The Arch Linux Wiki is a great resource
  • macOS
    • 10 GB of free storage space
    • El Capitan, High Sierra, or Catalina installed
  • WinPE
    • (Currently under development)
  • Windows Kit
    • 10 GB of free storage space
    • A recent version of Windows 103

Setup

Run the build script in this directory for the part you're looking for

Notes

  1. The Linux image is built under a tmpfs, overriding that may allow a lower RAM requirement.
  2. Required free storage space can probably be lower but 10 GB should be a safe starting point.
  3. Building the Windows Kit under an older OS is not supported by these scripts