metaforce/README.md

1.7 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:

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

Windows 7/8 users should then run:

cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_BUILD_TYPE=Release ../urde

Windows 10 users should then run:

cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_SYSTEM_VERSION=10.0 -DCMAKE_BUILD_TYPE=Release ../urde

Then open urde.sln

Xcode

git clone https://github.com/AxioDL/urde.git
mkdir urde-build
cd urde
git submodule update --init --recursive
cd ../urde-build
cmake -G Xcode -DCMAKE_BUILD_TYPE=Release ../urde

Then open urde.xcodeproj