Home

Awesome

LibXenon

GitHub pages - documentation GitHub Workflow - Docker Docker pulls (Toolchain) Docker pulls (LibXenon)

LibXenon provides a bare-metal homebrew library for the Xbox 360 gaming console.

Prebuilt images

Check out (https://hub.docker.com/u/free60)

Example usage

host $ cd libxenon-homebrew-app/
host $ docker run -it -v $PWD:/app free60/libxenon:latest
docker $ cd /app
docker $ make

Manual build

Requirements

Dependencies for debian

Environment variables

After installation of the toolchain, the following environment variables need to be populated.

DEVKITXENON is dependencing on your chosen installation prefix location.

DEVKITXENON="/usr/local/xenon"
PATH="$PATH:$DEVKITXENON/bin:$DEVKITXENON/usr/bin"

Prefix

If you want to choose your own prefix, prepend it to the ./build-xenon-toolchain invocation.

e.g. PREFIX=/home/username/xenon ./build-xenon-toolchain toolchain

Installing toolchain

./build-xenon-toolchain toolchain

Install libxenon library

./build-xenon-toolchain libxenon

Install auxiliary libs

./build-xenon-toolchain libs