mirror of https://github.com/AxioDL/metaforce.git
cd1a00e610 | ||
---|---|---|
DataSpec | ||
Editor | ||
Runtime | ||
hecl@0df19b29fb | ||
nod@a98927d4a0 | ||
specter@d6a6032dba | ||
.gitignore | ||
.gitmodules | ||
CMakeLists.txt | ||
LICENSE | ||
README.md | ||
version.h.in |
README.md
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