From ded2d1a6b7e35e7eb1ea9ad5a2c4ce8750c1c4d3 Mon Sep 17 00:00:00 2001 From: G-Ray Date: Mon, 9 Sep 2019 00:00:17 +0200 Subject: [PATCH] Readme: Add git submodule command --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4411e96..e1325cf 100644 --- a/README.md +++ b/README.md @@ -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). Then, Chiaki builds just like any other CMake project: ``` +git submodule update --init mkdir build && cd build cmake .. make @@ -69,4 +70,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this program. If not, see . \ No newline at end of file +along with this program. If not, see .