Readme: Add git submodule command

This commit is contained in:
G-Ray 2019-09-09 00:00:17 +02:00 committed by Florian Märkl
commit ded2d1a6b7

View file

@ -37,6 +37,7 @@ Dependencies are CMake, Qt 5 with QtMultimedia, QtOpenGL and QtSvg, FFMPEG (liba
protoc and the protobuf Python library (only used during compilation for Nanopb). protoc and the protobuf Python library (only used during compilation for Nanopb).
Then, Chiaki builds just like any other CMake project: Then, Chiaki builds just like any other CMake project:
``` ```
git submodule update --init
mkdir build && cd build mkdir build && cd build
cmake .. cmake ..
make make