mirror of https://github.com/openXC7/prjxray.git
Update README
Signed-off-by: Clifford Wolf <clifford@clifford.at> Signed-off-by: Tim 'mithro' Ansell <mithro@mithis.com>
This commit is contained in:
parent
ef411c4eaf
commit
ef60d2d1f0
|
|
@ -6,8 +6,12 @@ Documenting the Xilinx 7-series bit-stream format.
|
||||||
Quickstart Guide:
|
Quickstart Guide:
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
Pull submodules:
|
||||||
|
git submodule update --init --recursive
|
||||||
|
|
||||||
Install CMake and build the C++ tools:
|
Install CMake and build the C++ tools:
|
||||||
sudo apt-get install cmake3
|
sudo apt-get install cmake3
|
||||||
|
mkdir build
|
||||||
pushd build
|
pushd build
|
||||||
cmake ..
|
cmake ..
|
||||||
make
|
make
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue