1
0
mirror of https://github.com/Yours3lf/rpi-vk-driver.git synced 2025-02-19 16:54:18 +01:00

Update BUILD.md

This commit is contained in:
Yours3lf 2019-12-14 20:43:49 +00:00 committed by GitHub
parent d3cf190648
commit 8d18e74906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,21 @@
# How to compile on a Raspberry Pi
### Clone RPi VK Driver
git clone https://github.com/Yours3lf/rpi-vk-driver.git
cd rpi-vk-driver
mkdir build
cd build
### Run CMake
cmake .. -DCMAKE_BUILD_TYPE=Release
### Build project
cmake --build . --target all
### Run install.sh
# How to cross compile the RPi VK Driver
### Clone compiler