ClementDreptin / OpenNeighborhood

Cross-platform clone of Xbox 360 Neighborhood.
Apache License 2.0
46 stars 4 forks source link
xbox-360

Build status

OpenNeighborhood

OpenNeighborhood

Cross-platform clone of Xbox 360 Neighborhood.

Screenshots

Home Root of Hdd
Home Hdd root

Disclaimer

There are no prebuilt binaries for any platform at the moment, the only way to use OpenNeighborhood is to compile it from source.

Downloading the repository

This repository has submodules so make sure to clone with the --recursive flag like so:

git clone --recursive git@github.com:ClementDreptin/OpenNeighborhood.git

Compiling

Generating the project files / Makefiles

Windows

Linux / macOS

./scripts/genprojects-posix.sh

Building

Windows

Linux / macOS

cd build && make config=<debug|release>