mirror of https://github.com/AxioDL/metaforce.git
1.2 KiB
1.2 KiB
URDE
Status: Extract Only
Download
Precompiled builds are available at https://github.com/AxioDL/urde/releases
Platform Support
- Windows 7+ (64-bit support only)
- Mac OS X 10.9+
- Linux (with recent udev, xcb, xinput, glx)
- [Coming Soon] FreeBSD
Build Prerequisites:
- CMake 3+
- Python 3+
- LLVM
- Visual Studio 2015 and Windows SDK (windows users)
Build Directions (Release)
make
git clone https://github.com/AxioDL/urde.git
mkdir urde-build
cd urde
git submodule update --init --recursive
cd ../urde-build
cmake -DCMAKE_BUILD_TYPE=Release ../urde
make
Visual Studio
Using Git Shell with GitHub for Windows
git clone https://github.com/AxioDL/urde.git
mkdir urde-build
cd urde
git submodule update --init --recursive
cd ../urde-build
cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_BUILD_TYPE=Release ../urde
Then open urde.sln