Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

LizardByte/Moonlight-XboxOG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Moonlight-XboxOG

GitHub stars GitHub Releases GitHub Workflow Status (CI)

Port of Moonlight for the Original Xbox. Unlikely to ever actually work. Do NOT use!

Nothing works, except the splash screen.

Splash Screen

Build

Pre Build

  1. Install nxdk prerequisites. Then run the following from mingw64 or bash shell:
export NXDK_DIR="$(pwd)/third-party/nxdk"
eval "$(${NXDK_DIR}/bin/activate -s)"
cd "${NXDK_DIR}"
make NXDK_ONLY=y
make tools

Configure

  1. Create build directory

    mkdir -p build
  2. Configure the project

    cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE="${NXDK_DIR}/share/toolchain-nxdk.cmake"

Build

cmake --build build

Combined script

This script takes care of everything, except installing the prerequisites.

./build.sh

Todo:

About

No description or website provided.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •