Pablo: OSS Khronos API Implementations Code
Brought to you by:
alonorbach
Copyright (c) 2010-2011 Nokia Corporation and/or its subsidiary(-ies). Permission is hereby granted, free of charge, to any person obtaining a copy of this software and /or associated documentation files (the "Materials "), to deal in the Materials without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Materials, and to permit persons to whom the Materials are furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Materials. THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. Pablo - Khronos' Open source EGL/VG/GLES implementation -------------------------------------------------------- This directory contains Pablo - Khronos' Open source EGL/VG/GLES implementation. Requirements: -------------- cmake 2.8 (http://www.cmake.org/cmake/resources/software.html) Visual Studio 2005 or 2008 (tested with VS2008 Express) llvm 2.7 (http://www.llvm.org/) Building: ---------- Windows: - LLVM 2.7 is required by the OpenVG implementation. Use Visual Studio to compile the runtime library, and download binaries for the llvm-gcc 4.2. The libraries should be installed under [root]/llvm/llvm-2.7 (because this is assumed by the libOpenVG build process), and gcc should be extracted into [root]/llvm/llvm-gcc4.2-2.7-x86-mingw32 (default name of the extracted .tar.bz2). - To create the Visual Studio solution file, run 'build.bat /noplatsim /solution' To build using nmake, run 'build.bat /noplatsim' Please refer to build.bat for detailed build options. Linux: Porting still to be done. Build instructions to follow Contact information --------------------- For technical information, or feedback about the implementation, please contact alon.or-bach@nokia.com