Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 982 Bytes

BUILD.md

File metadata and controls

47 lines (34 loc) · 982 Bytes

Build Instructions

Prerequisites

  • Python 3.12

Installation

Build Scripts

  • For Windows:
    • Full: G:\TheAnimeScripter\build.py
    • Lite: G:\TheAnimeScripter\build-lite.py
  • For Linux:
    • Full: G:\TheAnimeScripter\build-linux.py
    • Lite: G:\TheAnimeScripter\build-linux-lite.py

Instructions

  1. Ensure Python 3.12 is installed.
  2. Run the appropriate build script based on your operating system and desired installation type (full or lite).

Example Commands

NOTE: Use FULL if you have a NVIDIA GPU, otherwise use LITE

For Windows Full Installation:

python G:\TheAnimeScripter\build.py

For Windows Lite Installation:

python G:\TheAnimeScripter\build-lite.py

For Linux Full Installation:

python G:\TheAnimeScripter\build-linux.py

For Linux Lite Installation:

python G:\TheAnimeScripter\build-linux-lite.py

The executables can be found in the dist folder after the build process completes.