Skip to content

ClementDreptin/OpenNeighborhood

Repository files navigation

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

  • Visual Studio
    .\scripts\genprojects-win-vs.bat
    
  • Cygwin / MinGW
    .\scripts\genprojects-win.bat
    

Linux / macOS

./scripts/genprojects-posix.sh

Building

Windows

  • Visual Studio
    Open .\build\OpenNeighborhood.sln in Visual Studio
    
    or, if you have msbuild in your PATH
    msbuild /p:Configuration=<debug|release> .\build\OpenNeighborhood.sln
    
  • Cygwin / MinGW
    cd build && make config=<debug|release>
    

Linux / macOS

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

About

Cross-platform clone of Xbox 360 Neighborhood.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published