mirror of https://github.com/openXC7/prjxray.git
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:
parent
5e42fd5abc
commit
ef411c4eaf
|
|
@ -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:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue