comparison mupdf-source/thirdparty/freeglut/README.blackberry @ 2:b50eed0cc0ef upstream

ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4. The directory name has changed: no version number in the expanded directory now.
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:43:07 +0200
parents
children
comparison
equal deleted inserted replaced
1:1d09e1dec1d9 2:b50eed0cc0ef
1 # ------------------------------------------------------------------------------
2 # BlackBerry CMake toolchain file, for use with the BlackBerry 10 NDK
3 # Requires cmake 2.6.3 or newer (2.8.3 or newer is recommended).
4 #
5 # Usage Linux:
6 # $ source /absolute/path/to/the/bbndk/bbndk-env.sh
7 # $ mkdir build
8 # $ cd build
9 # $ cmake .. -DCMAKE_TOOLCHAIN_FILE="../blackberry.toolchain.cmake" -DBLACKBERRY_ARCHITECTURE=arm -DFREEGLUT_GLES=ON -DFREEGLUT_BUILD_DEMOS=NO -DCMAKE_VERBOSE_MAKEFILE=TRUE -G "Eclipse CDT4 - Unix Makefiles"
10 # $ make -j8
11 #
12 # Usage Mac:
13 # Same as the steps on Linux
14 #
15 # Usage Windows:
16 # > /absolute/path/to/the/bbndk/bbndk-env.bat
17 # > mkdir build
18 # > cd build
19 # > cmake .. -DCMAKE_TOOLCHAIN_FILE="../blackberry.toolchain.cmake" -DBLACKBERRY_ARCHITECTURE=arm -DFREEGLUT_GLES=ON -DFREEGLUT_BUILD_DEMOS=NO -DCMAKE_VERBOSE_MAKEFILE=TRUE -G "Eclipse CDT4 - Unix Makefiles"
20 # > make -j8
21 #
22
23 To change which version of OpenGL to use, call glutInitContextVersion(1, 0) for OpenGL ES 1.x, glutInitContextVersion(2, 0) for OpenGL ES 2.0, or glutInitContextVersion(3, 0) for OpenGL ES 3.0.