Giter Club home page Giter Club logo

jwwalker / ogre-next-deps Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ogrecave/ogre-next-deps

0.0 0.0 0.0 52 MB

Packaged ogre-next dependencies' sources with a convenient CMake build system.

Shell 0.05% JavaScript 0.11% C++ 29.04% Python 1.16% Perl 0.01% C 66.56% Objective-C 0.01% C# 1.10% Assembly 0.04% CSS 0.01% Objective-C++ 0.01% Makefile 0.02% HTML 0.03% CMake 0.60% GLSL 0.01% Batchfile 0.01% HLSL 0.64% Dockerfile 0.01% Roff 0.59% sed 0.01%

ogre-next-deps's Introduction

OGRE-next DEPENDENCIES SOURCE PACKAGE

This package is provided as a quick route to compile the core dependencies of OGRE-next on most supported platforms. For a list of the included libraries and their versions, see versions.txt

CHECKOUT

This repo contains submodules. Therefore it needs to be cloned using the following command:

git clone --recurse-submodules --shallow-submodules https://github.com/OGRECave/ogre-next-deps

Checkout the Quick Start Scripts to see scripts that automatically clone this repo and build it (and also clone the main OGRE-next repo and build it).

COMPILATION

You need CMake (http://www.cmake.org). In a console, type:

cd /path/to/ogredeps
mkdir build
cd build
cmake ..
make
make install

If you are on a Windows system or prefer graphical interfaces, launch cmake-gui instead. Enter as the source code path the path where you extracted ogredeps (i.e. where this readme resides). Select any directory to build the binaries. Hit 'Configure', choose your compiler set and click Ok. Click 'Generate' twice. CMake will generate a set of project files for your IDE (e.g. Visual Studio or XCode) in the chosen build directory. Open them, compile the target 'BUILD_ALL'. Also build the target 'install'.

Note: Python 3.X is required to build the "shaderc" project. Download link: Python 3.X

USAGE

When compilation was successful and the install target was built, you should find a new directory 'ogredeps' in your build path. This contains the final include and lib files needed. Copy it to your Ogre source directory, rename it to Dependencies (or iOSDependencies or AndroidDependencies for those platforms) then rerun CMake for your Ogre build. It should pick up the dependencies automatically.

Check the manual for more information.

ogre-next-deps's People

Contributors

darksylinc avatar davidjrogers avatar spacegaier avatar wolfmanfx avatar mikarnage avatar tv4fun avatar holocronweaver avatar frarees avatar davidrogers-unity avatar bvanevery avatar bcsanches avatar eugenegff avatar glennra avatar hotshot5000 avatar msari-ipe-ext-1 avatar paroj avatar oldmanauz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.