README: instructions for building C++ tools

Signed-off-by: Rick Altherr <kc8apf@kc8apf.net>
Signed-off-by: Tim 'mithro' Ansell <mithro@mithis.com>
This commit is contained in:
Rick Altherr 2017-11-14 18:45:42 -08:00 committed by Tim 'mithro' Ansell
parent 5e42fd5abc
commit ef411c4eaf
1 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,13 @@ Documenting the Xilinx 7-series bit-stream format.
Quickstart Guide: 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 Always make sure to set the environment for the device you are working on before
running any other commands: running any other commands: