From ef60d2d1f0ac330ae1f2c03955a94e5d1f18603b Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Wed, 15 Nov 2017 04:00:35 +0100 Subject: [PATCH] Update README Signed-off-by: Clifford Wolf Signed-off-by: Tim 'mithro' Ansell --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bfa1a39e..24f7bb5c 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,12 @@ Documenting the Xilinx 7-series bit-stream format. Quickstart Guide: ----------------- +Pull submodules: + git submodule update --init --recursive + Install CMake and build the C++ tools: sudo apt-get install cmake3 + mkdir build pushd build cmake .. make