From ef411c4eaf0f08966cad5ba71284a41bc83fd0fc Mon Sep 17 00:00:00 2001 From: Rick Altherr Date: Tue, 14 Nov 2017 18:45:42 -0800 Subject: [PATCH] README: instructions for building C++ tools Signed-off-by: Rick Altherr Signed-off-by: Tim 'mithro' Ansell --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2527812b..bfa1a39e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,13 @@ Documenting the Xilinx 7-series bit-stream format. Quickstart Guide: ----------------- +Install CMake and build the C++ tools: + sudo apt-get install cmake3 + pushd build + cmake .. + make + popd + Always make sure to set the environment for the device you are working on before running any other commands: