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:
parent
d3cf190648
commit
8d18e74906
18
BUILD.md
18
BUILD.md
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user