Skip to content

Instantly share code, notes, and snippets.

Created February 2, 2018 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/274f88f6ecef3660ebca524ca3ff4dfb to your computer and use it in GitHub Desktop.
Save anonymous/274f88f6ecef3660ebca524ca3ff4dfb to your computer and use it in GitHub Desktop.
Configuring OGRE 2.1.0unstable
Detected g++ 6.3.0
Enabling GCC visibility flags
Search path: /home/raven/rain/dev/libs/ogre-v2.1-02.02.18/build/Dependencies;/home/raven/rain/dev/libs/ogre-v2.1-02.02.18/Dependencies;/home/raven/rain/dev/libs/ogre-v2.1-02.02.18/build/../Dependencies;/home/raven/rain/dev/libs/ogre-v2.1-02.02.18/../Dependencies
Looking for ZLIB...
Found ZLIB: optimized;/usr/lib/x86_64-linux-gnu/libz.so;debug;/usr/lib/x86_64-linux-gnu/libz.so
Looking for ZZip...
Found ZZip: optimized;/usr/lib/x86_64-linux-gnu/libzzip.so;debug;/usr/lib/x86_64-linux-gnu/libzzip.so
Looking for FreeImage...
Checking for module 'freeimage'
No package 'freeimage' found
Found FreeImage: optimized;/usr/lib/x86_64-linux-gnu/libfreeimage.so;debug;/usr/lib/x86_64-linux-gnu/libfreeimage.so
Looking for FREETYPE...
CMAKE_PREFIX_PATH: /home/raven/rain/dev/libs/ogre-v2.1-02.02.18/build/Dependencies;/home/raven/rain/dev/libs/ogre-v2.1-02.02.18/Dependencies;/home/raven/rain/dev/libs/ogre-v2.1-02.02.18/build/../Dependencies;/home/raven/rain/dev/libs/ogre-v2.1-02.02.18/../Dependencies;/usr/local;/usr/lib/x86_64-linux-gnu
CMAKE_PREFIX_PATH: /home/raven/rain/dev/libs/ogre-v2.1-02.02.18/build/Dependencies;/home/raven/rain/dev/libs/ogre-v2.1-02.02.18/Dependencies;/home/raven/rain/dev/libs/ogre-v2.1-02.02.18/build/../Dependencies;/home/raven/rain/dev/libs/ogre-v2.1-02.02.18/../Dependencies;/usr/local;/usr/lib/x86_64-linux-gnu
Found FREETYPE: optimized;/usr/lib/x86_64-linux-gnu/libfreetype.so;debug;/usr/lib/x86_64-linux-gnu/libfreetype.so
Looking for Rapidjson...
Checking for module 'Rapidjson'
No package 'Rapidjson' found
Could NOT find Rapidjson (missing: Rapidjson_INCLUDE_DIR)
Could not locate Rapidjson
Looking for Remotery...
Checking for module 'Remotery'
No package 'Remotery' found
Could NOT find Remotery (missing: Remotery_INCLUDE_DIR Remotery_LIBRARIES)
Could not locate Remotery
Looking for Cg...
Checking for module 'Cg'
No package 'Cg' found
Found Cg: optimized;/usr/lib/x86_64-linux-gnu/libCg.so;debug;/usr/lib/x86_64-linux-gnu/libCg.so
Looking for POCO...
Checking for module 'POCO'
No package 'POCO' found
Could not locate POCO
Looking for TBB...
Could not locate TBB
Looking for GLSL_Optimizer...
Checking for module 'GLSL_Optimizer'
No package 'GLSL_Optimizer' found
Could not locate GLSL_Optimizer
Looking for HLSL2GLSL...
Checking for module 'HLSL2GLSL'
No package 'HLSL2GLSL' found
Could not locate HLSL2GLSL
Looking for OIS...
Found OIS: optimized;/usr/lib/x86_64-linux-gnu/libOIS.so;debug;/usr/lib/x86_64-linux-gnu/libOIS.so
Looking for Softimage...
Could not locate Softimage
Could NOT find TinyXML (missing: TINYXML_INCLUDE_DIR TINYXML_LIBRARIES)
Looking for CppUnit...
Found CppUnit: optimized;/usr/lib/x86_64-linux-gnu/libcppunit.so;debug;/usr/lib/x86_64-linux-gnu/libcppunit.so
-----------------------------------------------------------------------------
-- The following external packages were located on your system.
-- This installation will have the extra features provided by these packages.
+ zlib
+ zziplib
+ freeimage
+ freetype
+ X11
+ Xt
+ Xaw
+ OpenGL
+ OpenGL 3+
+ OpenGL ES 2.x
+ OpenGL ES 3.x
+ cg
+ boost
+ boost-thread
+ boost-date_time
+ boost-system
+ boost-chrono
+ boost-atomic
+ OIS
+ SDL2
+ Doxygen
+ CppUnit
-----------------------------------------------------------------------------
-- The following OPTIONAL packages could NOT be located on your system.
-- Consider installing them to enable more features from this software.
+ rapidjson: C++ JSON parser <http://rapidjson.org/>
+ OpenGL ES 1.x: Support for the OpenGL ES 1.x render system (DEPRECATED) <http://www.khronos.org/opengles/>
+ Remotery: Realtime CPU/D3D/OpenGL/CUDA/Metal Profiler in a single C file with web browser viewer <https://github.com/Celtoys/Remotery>
+ POCO: POCO framework <http://pocoproject.org/>
+ tbb: Threading Building Blocks <http://www.threadingbuildingblocks.org/>
+ GLSL Optimizer: GLSL Optimizer <http://github.com/aras-p/glsl-optimizer/>
+ HLSL2GLSL: HLSL2GLSL <http://hlsl2glslfork.googlecode.com/>
+ Softimage: Softimage SDK needed for building XSIExporter <FALSE>
+ TinyXML: TinyXML needed for building OgreXMLConverter <FALSE>
-----------------------------------------------------------------------------
Skipping PlanarReflections sample (OGRE_BUILD_COMPONENT_PLANAR_REFLECTIONS not set)
Skipping SceneFormat sample (OGRE_BUILD_COMPONENT_SCENE_FORMAT not set)
----------------------------------------------------------------------------
FEATURE SUMMARY
----------------------------------------------------------------------------
Building components:
+ MeshLodGenerator
+ Overlay
Building plugins:
+ Particle FX
Building rendersystems:
+ OpenGL 3.3+
Building executables:
+ Samples
+ Tools
Building core features:
+ Mesh Lod
+ DDS image codec
+ ETC image codec
+ FreeImage codec
+ ZIP archives
Build type: dynamic
Threading support: none
Use double precision: disabled
Assert mode: standard
Allocator type: standard
STL containers use allocator: enabled
Strings use allocator: disabled
Memory tracker (debug): disabled
Memory tracker (release): disabled
Use 1.x legacy animations: enabled
Use Boost: disabled
Use SIMD (SSE2): enabled
Use SIMD (NEON): enabled
----------------------------------------------------------------------------
Configuring done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment