Lines Matching +full:- +full:j4
1 [![Build Status](https://travis-ci.org/tomba/kmsxx.svg?branch=master)](https://travis-ci.org/tomba/…
3 # kms++ - C++ library for kernel mode setting
11 - kmstest - set modes and planes and show test pattern on crtcs/planes, and test page flips
12 - kmsprint - print information about DRM objects
13 - kmsview - view raw images
14 - kmscube - rotating 3D cube on crtcs/planes
15 - kmscapture - show captured frames from a camera on screen
19 - libdrm
20 - Python 3.x (for python bindings)
24 To build the Python bindings you need to set up the git-submodule for pybind11:
27 git submodule update --init
36 $ make -j4
48 $ cmake -DCMAKE_TOOLCHAIN_FILE=<buildrootpath>/output/host/usr/share/buildroot/toolchainfile.cmake …
49 $ make -j4
60 SET(CMAKE_C_COMPILER ${BROOT}/host/usr/bin/arm-buildroot-linux-gnueabihf-gcc)
61 SET(CMAKE_CXX_COMPILER ${BROOT}/host/usr/bin/arm-buildroot-linux-gnueabihf-g++)
73 You can use the following cmake flags to control the build. Use `-DFLAG=VALUE` to set them.
76 --------------------- | ------------- | --------------- | --------
88 --------------------------------- | -------------