Data interchange, editor suite, and runtime re-implementations for games by Retro Studios
Go to file
Jack Andersen bba30a25bf Working CMoviePlayer (video only for now) 2016-03-07 12:48:54 -10:00
DataSpec Merge branch 'master' into urde-tags 2016-03-04 14:03:41 -10:00
Editor Working CMoviePlayer (video only for now) 2016-03-07 12:48:54 -10:00
Runtime Working CMoviePlayer (video only for now) 2016-03-07 12:48:54 -10:00
hecl@f1f3bb641d Working CMoviePlayer (video only for now) 2016-03-07 12:48:54 -10:00
nod@473607ebe7 CMoviePlayer initial implementation 2016-03-06 17:12:32 -10:00
specter@ba1b4ecc51 Working CMoviePlayer (video only for now) 2016-03-07 12:48:54 -10:00
.gitignore Updates for Menu 2016-01-15 13:35:59 -10:00
.gitmodules Submodule refactor 2016-03-04 09:25:39 -10:00
CMakeLists.txt Windows fixes 2016-03-04 17:34:27 -10:00
LICENSE CMoviePlayer initial implementation 2016-03-06 17:12:32 -10:00
README.md Update README.md 2016-03-04 19:11:00 -10:00
version.h.in Update splash screen 2015-12-13 11:01:32 -10:00

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:

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