Cross-platform clone of Xbox 360 Neighborhood.
Home | Root of Hdd |
---|---|
There are no prebuilt binaries for any platform at the moment, the only way to use OpenNeighborhood is to compile it from source.
This repository has submodules so make sure to clone with the --recursive
flag like so:
git clone --recursive [email protected]:ClementDreptin/OpenNeighborhood.git
Windows
- Visual Studio
.\scripts\genprojects-win-vs.bat
- Cygwin / MinGW
.\scripts\genprojects-win.bat
Linux / macOS
./scripts/genprojects-posix.sh
Windows
- Visual Studio
or, if you have
Open .\build\OpenNeighborhood.sln in Visual Studio
msbuild
in yourPATH
msbuild /p:Configuration=<debug|release> .\build\OpenNeighborhood.sln
- Cygwin / MinGW
cd build && make config=<debug|release>
Linux / macOS
cd build && make config=<debug|release>