This repository has been archived on 2024-06-25. You can view files and clone it, but cannot push or open issues or pull requests.
FreeGLUT-Vita/README.vita
2020-10-29 22:28:16 +03:00

12 lines
242 B
Plaintext

# PS Vita CMake toolchain file, for use with DolceSDK
# Requires DolceSDK
#
# Usage:
# mkdir build
# cd build
# cmake .. -DVITA=1
# make -j8
# make install
#
# You need to use "glutInitContextVersion(2, 0)" in your program for OpenGL ES 2.0.