forked from RealityFactory/ogredeps
-
Notifications
You must be signed in to change notification settings - Fork 0
yisky/ogredeps
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
OGRE DEPENDENCIES SOURCE PACKAGE ================================== This package is provided as a quick route to compile the core dependencies of OGRE (https://www.ogre3d.org) on most supported platforms. For a list of the included libraries and their versions, see versions.txt COMPILATION ============= You need CMake (https://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'. 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 or build directory, then rerun CMake for your Ogre build. It should pick up the dependencies automatically.
About
Ogre 2.1 dependencies
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 67.7%
- C++ 23.1%
- Objective-C 5.3%
- Roff 1.2%
- Python 0.8%
- Makefile 0.7%
- Other 1.2%